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 7b792d7 commit 4dc2ca1Copy full SHA for 4dc2ca1
lib/configs/_ts.js
@@ -41,7 +41,8 @@ module.exports = {
41
],
42
"@mysticatea/ts/no-triple-slash-reference": "error",
43
"@mysticatea/ts/no-unnecessary-qualifier": "error",
44
- "@mysticatea/ts/no-unnecessary-type-assertion": "error",
+ // https://github.com/typescript-eslint/typescript-eslint/issues/453
45
+ "@mysticatea/ts/no-unnecessary-type-assertion": "off",
46
"@mysticatea/ts/no-useless-constructor": "error",
47
"@mysticatea/ts/no-var-requires": "error",
48
"@mysticatea/ts/prefer-function-type": "error",
0 commit comments