Skip to content

Commit 574876e

Browse files
committed
Add @typescript-eslint/keyword-spacing
Fixes #145.
1 parent 3f7a3b8 commit 574876e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

@typescript-eslint.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
"@typescript-eslint/comma-spacing": "off",
99
"@typescript-eslint/func-call-spacing": "off",
1010
"@typescript-eslint/indent": "off",
11+
"@typescript-eslint/keyword-spacing": "off",
1112
"@typescript-eslint/member-delimiter-style": "off",
1213
"@typescript-eslint/no-extra-parens": "off",
1314
"@typescript-eslint/no-extra-semi": "off",

0 commit comments

Comments
 (0)