We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1375241 commit 96112b6Copy full SHA for 96112b6
1 file changed
.eslintrc.json
@@ -224,6 +224,7 @@
224
"@typescript-eslint/no-unsafe-call": "off",
225
"@typescript-eslint/no-unsafe-argument": "off",
226
"@typescript-eslint/no-unsafe-return": "off",
227
+ "@typescript-eslint/no-redundant-type-constituents": "off",
228
"@typescript-eslint/restrict-template-expressions": "off",
229
"@typescript-eslint/require-await": "off",
230
"@typescript-eslint/no-base-to-string": [
0 commit comments