Skip to content

Commit

Permalink
Add new rule @typescript-eslint/space-before-blocks (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Mar 2, 2022
1 parent 81019da commit 7c0eea6
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 82 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -105,6 +105,7 @@ module.exports = {
"@typescript-eslint/no-extra-semi": "off",
"@typescript-eslint/object-curly-spacing": "off",
"@typescript-eslint/semi": "off",
"@typescript-eslint/space-before-blocks": "off",
"@typescript-eslint/space-before-function-paren": "off",
"@typescript-eslint/space-infix-ops": "off",
"@typescript-eslint/type-annotation-spacing": "off",
Expand Down
160 changes: 80 additions & 80 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 @@ -18,8 +18,8 @@
"@babel/plugin-syntax-flow": "7.16.7",
"@babel/plugin-syntax-jsx": "7.16.7",
"@babel/plugin-transform-react-jsx": "7.17.3",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
"@typescript-eslint/eslint-plugin": "5.13.0",
"@typescript-eslint/parser": "5.13.0",
"eslint": "8.9.0",
"eslint-config-google": "0.14.0",
"eslint-find-rules": "4.1.0",
Expand Down

0 comments on commit 7c0eea6

Please sign in to comment.