Skip to content

Commit

Permalink
add rule @typescript-eslint/block-spacing and `@typescript-eslint/k…
Browse files Browse the repository at this point in the history
…ey-spacing` (#243)
  • Loading branch information
ttionya authored Mar 6, 2023
1 parent 414495d commit 5b8afce
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 84 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,13 @@ module.exports = {
"yield-star-spacing": "off",
"@babel/object-curly-spacing": "off",
"@babel/semi": "off",
"@typescript-eslint/block-spacing": "off",
"@typescript-eslint/brace-style": "off",
"@typescript-eslint/comma-dangle": "off",
"@typescript-eslint/comma-spacing": "off",
"@typescript-eslint/func-call-spacing": "off",
"@typescript-eslint/indent": "off",
"@typescript-eslint/key-spacing": "off",
"@typescript-eslint/keyword-spacing": "off",
"@typescript-eslint/member-delimiter-style": "off",
"@typescript-eslint/no-extra-parens": "off",
Expand Down
166 changes: 84 additions & 82 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
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@babel/plugin-syntax-flow": "7.18.6",
"@babel/plugin-syntax-jsx": "7.18.6",
"@babel/plugin-transform-react-jsx": "7.20.7",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"eslint": "8.31.0",
"eslint-config-google": "0.14.0",
"eslint-find-rules": "4.1.0",
Expand Down

0 comments on commit 5b8afce

Please sign in to comment.