We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7a3b8 commit 574876eCopy full SHA for 574876e
@typescript-eslint.js
@@ -8,6 +8,7 @@ module.exports = {
8
"@typescript-eslint/comma-spacing": "off",
9
"@typescript-eslint/func-call-spacing": "off",
10
"@typescript-eslint/indent": "off",
11
+ "@typescript-eslint/keyword-spacing": "off",
12
"@typescript-eslint/member-delimiter-style": "off",
13
"@typescript-eslint/no-extra-parens": "off",
14
"@typescript-eslint/no-extra-semi": "off",
0 commit comments