Skip to content

Commit 4d16ebc

Browse files
xcatliulydell
andcommitted
Disable @typescript-eslint/no-extra-semi (#129)
Closes #128 Co-authored-by: Simon Lydell <simon.lydell@gmail.com>
1 parent dcca556 commit 4d16ebc

File tree

4 files changed

+23
-22
lines changed

4 files changed

+23
-22
lines changed

@typescript-eslint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
"@typescript-eslint/indent": "off",
1010
"@typescript-eslint/member-delimiter-style": "off",
1111
"@typescript-eslint/no-extra-parens": "off",
12+
"@typescript-eslint/no-extra-semi": "off",
1213
"@typescript-eslint/semi": "off",
1314
"@typescript-eslint/space-before-function-paren": "off",
1415
"@typescript-eslint/type-annotation-spacing": "off"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ eslint-config-prettier has been tested with:
798798
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
799799
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
800800
- prettier 1.19.1
801-
- @typescript-eslint/eslint-plugin 2.8.0
801+
- @typescript-eslint/eslint-plugin 2.13.0
802802
- eslint-plugin-babel 5.3.0
803803
- eslint-plugin-flowtype 4.4.1
804804
- eslint-plugin-react 7.16.0

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"get-stdin": "^6.0.0"
4040
},
4141
"devDependencies": {
42-
"@typescript-eslint/eslint-plugin": "2.8.0",
43-
"@typescript-eslint/parser": "2.8.0",
42+
"@typescript-eslint/eslint-plugin": "2.13.0",
43+
"@typescript-eslint/parser": "2.13.0",
4444
"babel-eslint": "10.0.3",
4545
"cross-spawn": "6.0.5",
4646
"doctoc": "1.4.0",

0 commit comments

Comments
 (0)