Skip to content

Commit

Permalink
Disable @typescript-eslint/no-extra-semi (#129)
Browse files Browse the repository at this point in the history
Closes #128

Co-authored-by: Simon Lydell <simon.lydell@gmail.com>
  • Loading branch information
xcatliu and lydell committed Dec 25, 2019
1 parent dcca556 commit 4d16ebc
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
1 change: 1 addition & 0 deletions @typescript-eslint.js
Expand Up @@ -9,6 +9,7 @@ module.exports = {
"@typescript-eslint/indent": "off",
"@typescript-eslint/member-delimiter-style": "off",
"@typescript-eslint/no-extra-parens": "off",
"@typescript-eslint/no-extra-semi": "off",
"@typescript-eslint/semi": "off",
"@typescript-eslint/space-before-function-paren": "off",
"@typescript-eslint/type-annotation-spacing": "off"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -798,7 +798,7 @@ eslint-config-prettier has been tested with:
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
- prettier 1.19.1
- @typescript-eslint/eslint-plugin 2.8.0
- @typescript-eslint/eslint-plugin 2.13.0
- eslint-plugin-babel 5.3.0
- eslint-plugin-flowtype 4.4.1
- eslint-plugin-react 7.16.0
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -39,8 +39,8 @@
"get-stdin": "^6.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.8.0",
"@typescript-eslint/parser": "2.8.0",
"@typescript-eslint/eslint-plugin": "2.13.0",
"@typescript-eslint/parser": "2.13.0",
"babel-eslint": "10.0.3",
"cross-spawn": "6.0.5",
"doctoc": "1.4.0",
Expand Down

0 comments on commit 4d16ebc

Please sign in to comment.