Skip to content

Commit 7c0eea6

Browse files
authored
Add new rule @typescript-eslint/space-before-blocks (#218)
1 parent 81019da commit 7c0eea6

File tree

3 files changed

+83
-82
lines changed

3 files changed

+83
-82
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ module.exports = {
105105
"@typescript-eslint/no-extra-semi": "off",
106106
"@typescript-eslint/object-curly-spacing": "off",
107107
"@typescript-eslint/semi": "off",
108+
"@typescript-eslint/space-before-blocks": "off",
108109
"@typescript-eslint/space-before-function-paren": "off",
109110
"@typescript-eslint/space-infix-ops": "off",
110111
"@typescript-eslint/type-annotation-spacing": "off",

package-lock.json

+80-80
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.16.7",
1919
"@babel/plugin-syntax-jsx": "7.16.7",
2020
"@babel/plugin-transform-react-jsx": "7.17.3",
21-
"@typescript-eslint/eslint-plugin": "5.12.0",
22-
"@typescript-eslint/parser": "5.12.0",
21+
"@typescript-eslint/eslint-plugin": "5.13.0",
22+
"@typescript-eslint/parser": "5.13.0",
2323
"eslint": "8.9.0",
2424
"eslint-config-google": "0.14.0",
2525
"eslint-find-rules": "4.1.0",

0 commit comments

Comments
 (0)