Skip to content

Commit

Permalink
Disable @typescript-eslint/comma-spacing (#135)
Browse files Browse the repository at this point in the history
Fixes #134
  • Loading branch information
ybiquitous authored and lydell committed Jan 28, 2020
1 parent d89bb10 commit 04c79bf
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 26 deletions.
1 change: 1 addition & 0 deletions @typescript-eslint.js
Expand Up @@ -5,6 +5,7 @@ module.exports = {
"@typescript-eslint/quotes": 0,

"@typescript-eslint/brace-style": "off",
"@typescript-eslint/comma-spacing": "off",
"@typescript-eslint/func-call-spacing": "off",
"@typescript-eslint/indent": "off",
"@typescript-eslint/member-delimiter-style": "off",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -800,7 +800,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.13.0
- @typescript-eslint/eslint-plugin 2.18.0
- eslint-plugin-babel 5.3.0
- eslint-plugin-flowtype 4.5.2
- eslint-plugin-react 7.17.0
Expand Down
40 changes: 17 additions & 23 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.13.0",
"@typescript-eslint/parser": "2.13.0",
"@typescript-eslint/eslint-plugin": "2.18.0",
"@typescript-eslint/parser": "2.18.0",
"babel-eslint": "10.0.3",
"cross-spawn": "6.0.5",
"doctoc": "1.4.0",
Expand Down

0 comments on commit 04c79bf

Please sign in to comment.