Skip to content

Commit fdbd340

Browse files
committed
ESLint ext without Prettier ext
1 parent 9d61ac0 commit fdbd340

File tree

4 files changed

+2
-56
lines changed

4 files changed

+2
-56
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module.exports = {
4242
trailingComma: 'all',
4343
arrowParens: 'always',
4444
printWidth: 100,
45+
semi: true
4546
},
4647
],
4748
},

book/1-end/.eslintrc.js

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

book/1-end/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"eslint-plugin-import": "2.18.0",
2525
"eslint-plugin-jsx-a11y": "6.2.1",
2626
"eslint-plugin-prettier": "3.1.0",
27-
"eslint-plugin-react": "7.14.2",
28-
"prettier": "1.18.2"
27+
"eslint-plugin-react": "7.14.2"
2928
}
3029
}

book/1-end/yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4141,11 +4141,6 @@ prettier-linter-helpers@^1.0.0:
41414141
dependencies:
41424142
fast-diff "^1.1.2"
41434143

4144-
4145-
version "1.18.2"
4146-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
4147-
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
4148-
41494144
private@^0.1.6:
41504145
version "0.1.8"
41514146
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"

0 commit comments

Comments
 (0)