Skip to content

Commit e2f706e

Browse files
committed
Remove prettier for now.
1 parent a40fb89 commit e2f706e

File tree

5 files changed

+1
-254
lines changed

5 files changed

+1
-254
lines changed

.eslintrc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"root": true,
3-
"extends": [
4-
"airbnb",
5-
"prettier"
6-
],
3+
"extends": ["airbnb"],
74
"env": {
85
"es6": true,
96
"browser": true

.prettierignore

Lines changed: 0 additions & 237 deletions
This file was deleted.

.prettierrc.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@
4747
"devDependencies": {
4848
"eslint": "^8.24.0",
4949
"eslint-config-airbnb": "^19.0.4",
50-
"eslint-config-prettier": "^8.5.0",
5150
"eslint-plugin-import": "^2.2.0",
5251
"eslint-plugin-jsx-a11y": "^6.5.1",
5352
"eslint-plugin-react": "^7.30.0",
5453
"eslint-plugin-react-hooks": "^4.6.0",
5554
"parcel": "^2.7.0",
56-
"prettier": "2.6.2",
5755
"yalc": "^1.0.0-pre.53"
5856
}
5957
}

yarn.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,11 +1338,6 @@ eslint-config-airbnb@^19.0.4:
13381338
object.assign "^4.1.2"
13391339
object.entries "^1.1.5"
13401340

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-
13461341
eslint-import-resolver-node@^0.3.6:
13471342
version "0.3.6"
13481343
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:
24552450
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
24562451
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
24572452

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-
24632453
prop-types@^15.6.0, prop-types@^15.8.1:
24642454
version "15.8.1"
24652455
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"

0 commit comments

Comments
 (0)