Skip to content

Commit 4dc2ca1

Browse files
committed
🐛 disable ts/no-unnecessary-type-assertion
1 parent 7b792d7 commit 4dc2ca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/configs/_ts.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ module.exports = {
4141
],
4242
"@mysticatea/ts/no-triple-slash-reference": "error",
4343
"@mysticatea/ts/no-unnecessary-qualifier": "error",
44-
"@mysticatea/ts/no-unnecessary-type-assertion": "error",
44+
// https://github.com/typescript-eslint/typescript-eslint/issues/453
45+
"@mysticatea/ts/no-unnecessary-type-assertion": "off",
4546
"@mysticatea/ts/no-useless-constructor": "error",
4647
"@mysticatea/ts/no-var-requires": "error",
4748
"@mysticatea/ts/prefer-function-type": "error",

0 commit comments

Comments
 (0)