We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ad1bc commit f3bf8b3Copy full SHA for f3bf8b3
.eslintrc
@@ -189,7 +189,7 @@
189
"hoist": "never"
190
}
191
],
192
- "@typescript-eslint/no-unnecessary-type-assertion": "error",
+ "@typescript-eslint/no-unnecessary-type-assertion": "off",
193
"@typescript-eslint/no-unused-expressions": "error",
194
"@typescript-eslint/no-unused-vars": "off",
195
"@typescript-eslint/no-var-requires": "off",
0 commit comments