We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4d31b commit c350aebCopy full SHA for c350aeb
.eslintrc
@@ -8,7 +8,9 @@
8
"import/no-unresolved": "off",
9
"@typescript-eslint/no-floating-promises": "off",
10
"@typescript-eslint/no-unnecessary-condition": "off",
11
- "@typescript-eslint/no-invalid-void-type": "off"
+ "@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"
14
},
15
"parserOptions": {
16
"project": ["./tsconfig.json", "./scripts/tsconfig.json"]
0 commit comments