Skip to content

Commit e526697

Browse files
fix(space-infix-ops): use typescript version of space-infix-ops for t… (#868)
1 parent fd637a4 commit e526697

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/configs/typescript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const baseConfig: Linter.Config = {
1919
"no-unused-vars": "off",
2020
"no-use-before-define": "off",
2121
"object-curly-spacing": "off",
22+
"space-infix-ops": "off",
2223
},
2324

2425
overrides: [

src/plugins/typescript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ export const settings: Linter.Config = {
190190
allowNumber: true,
191191
},
192192
],
193+
"@typescript-eslint/space-infix-ops": "error",
193194
"@typescript-eslint/sort-type-union-intersection-members": "error",
194195
"@typescript-eslint/strict-boolean-expressions": [
195196
"error",

0 commit comments

Comments
 (0)