File tree Expand file tree Collapse file tree 5 files changed +1
-254
lines changed Expand file tree Collapse file tree 5 files changed +1
-254
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"root" : true ,
3
- "extends" : [
4
- " airbnb" ,
5
- " prettier"
6
- ],
3
+ "extends" : [" airbnb" ],
7
4
"env" : {
8
5
"es6" : true ,
9
6
"browser" : true
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 47
47
"devDependencies" : {
48
48
"eslint" : " ^8.24.0" ,
49
49
"eslint-config-airbnb" : " ^19.0.4" ,
50
- "eslint-config-prettier" : " ^8.5.0" ,
51
50
"eslint-plugin-import" : " ^2.2.0" ,
52
51
"eslint-plugin-jsx-a11y" : " ^6.5.1" ,
53
52
"eslint-plugin-react" : " ^7.30.0" ,
54
53
"eslint-plugin-react-hooks" : " ^4.6.0" ,
55
54
"parcel" : " ^2.7.0" ,
56
- "prettier" : " 2.6.2" ,
57
55
"yalc" : " ^1.0.0-pre.53"
58
56
}
59
57
}
Original file line number Diff line number Diff line change @@ -1338,11 +1338,6 @@ eslint-config-airbnb@^19.0.4:
1338
1338
object.assign "^4.1.2"
1339
1339
object.entries "^1.1.5"
1340
1340
1341
- eslint-config-prettier@^8.5.0 :
1342
- version "8.5.0"
1343
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
1344
- integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
1345
-
1346
1341
eslint-import-resolver-node@^0.3.6 :
1347
1342
version "0.3.6"
1348
1343
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
@@ -2455,11 +2450,6 @@ prelude-ls@^1.2.1:
2455
2450
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
2456
2451
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
2457
2452
2458
- prettier@2.6.2 :
2459
- version "2.6.2"
2460
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
2461
- integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
2462
-
2463
2453
prop-types@^15.6.0, prop-types@^15.8.1 :
2464
2454
version "15.8.1"
2465
2455
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
You can’t perform that action at this time.
0 commit comments