Skip to content

Commit 04c79bf

Browse files
ybiquitouslydell
authored andcommitted
Disable @typescript-eslint/comma-spacing (#135)
Fixes #134
1 parent d89bb10 commit 04c79bf

File tree

4 files changed

+21
-26
lines changed

4 files changed

+21
-26
lines changed

@typescript-eslint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
"@typescript-eslint/quotes": 0,
66

77
"@typescript-eslint/brace-style": "off",
8+
"@typescript-eslint/comma-spacing": "off",
89
"@typescript-eslint/func-call-spacing": "off",
910
"@typescript-eslint/indent": "off",
1011
"@typescript-eslint/member-delimiter-style": "off",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ eslint-config-prettier has been tested with:
800800
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
801801
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
802802
- prettier 1.19.1
803-
- @typescript-eslint/eslint-plugin 2.13.0
803+
- @typescript-eslint/eslint-plugin 2.18.0
804804
- eslint-plugin-babel 5.3.0
805805
- eslint-plugin-flowtype 4.5.2
806806
- eslint-plugin-react 7.17.0

package-lock.json

Lines changed: 17 additions & 23 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.13.0",
43-
"@typescript-eslint/parser": "2.13.0",
42+
"@typescript-eslint/eslint-plugin": "2.18.0",
43+
"@typescript-eslint/parser": "2.18.0",
4444
"babel-eslint": "10.0.3",
4545
"cross-spawn": "6.0.5",
4646
"doctoc": "1.4.0",

0 commit comments

Comments
 (0)