Skip to content

Commit c350aeb

Browse files
committed
chore: update lint config to disable stylistic typesctipt rules
1 parent 1f4d31b commit c350aeb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"import/no-unresolved": "off",
99
"@typescript-eslint/no-floating-promises": "off",
1010
"@typescript-eslint/no-unnecessary-condition": "off",
11-
"@typescript-eslint/no-invalid-void-type": "off"
11+
"@typescript-eslint/no-invalid-void-type": "off",
12+
"@typescript-eslint/non-nullable-type-assertion-style": "off",
13+
"@typescript-eslint/sort-type-union-intersection-members": "off"
1214
},
1315
"parserOptions": {
1416
"project": ["./tsconfig.json", "./scripts/tsconfig.json"]

0 commit comments

Comments
 (0)