We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd637a4 commit e526697Copy full SHA for e526697
src/configs/typescript.ts
@@ -19,6 +19,7 @@ const baseConfig: Linter.Config = {
19
"no-unused-vars": "off",
20
"no-use-before-define": "off",
21
"object-curly-spacing": "off",
22
+ "space-infix-ops": "off",
23
},
24
25
overrides: [
src/plugins/typescript.ts
@@ -190,6 +190,7 @@ export const settings: Linter.Config = {
190
allowNumber: true,
191
192
],
193
+ "@typescript-eslint/space-infix-ops": "error",
194
"@typescript-eslint/sort-type-union-intersection-members": "error",
195
"@typescript-eslint/strict-boolean-expressions": [
196
"error",
0 commit comments