Skip to content

Commit 5b8afce

Browse files
authored
add rule @typescript-eslint/block-spacing and @typescript-eslint/key-spacing (#243)
1 parent 414495d commit 5b8afce

File tree

3 files changed

+88
-84
lines changed

3 files changed

+88
-84
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,13 @@ module.exports = {
9494
"yield-star-spacing": "off",
9595
"@babel/object-curly-spacing": "off",
9696
"@babel/semi": "off",
97+
"@typescript-eslint/block-spacing": "off",
9798
"@typescript-eslint/brace-style": "off",
9899
"@typescript-eslint/comma-dangle": "off",
99100
"@typescript-eslint/comma-spacing": "off",
100101
"@typescript-eslint/func-call-spacing": "off",
101102
"@typescript-eslint/indent": "off",
103+
"@typescript-eslint/key-spacing": "off",
102104
"@typescript-eslint/keyword-spacing": "off",
103105
"@typescript-eslint/member-delimiter-style": "off",
104106
"@typescript-eslint/no-extra-parens": "off",

package-lock.json

+84-82
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@babel/plugin-syntax-flow": "7.18.6",
1919
"@babel/plugin-syntax-jsx": "7.18.6",
2020
"@babel/plugin-transform-react-jsx": "7.20.7",
21-
"@typescript-eslint/eslint-plugin": "5.47.1",
22-
"@typescript-eslint/parser": "5.47.1",
21+
"@typescript-eslint/eslint-plugin": "5.54.0",
22+
"@typescript-eslint/parser": "5.54.0",
2323
"eslint": "8.31.0",
2424
"eslint-config-google": "0.14.0",
2525
"eslint-find-rules": "4.1.0",

0 commit comments

Comments
 (0)