Skip to content

Commit f3bf8b3

Browse files
committed
Fixed linter errors
1 parent b1ad1bc commit f3bf8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"hoist": "never"
190190
}
191191
],
192-
"@typescript-eslint/no-unnecessary-type-assertion": "error",
192+
"@typescript-eslint/no-unnecessary-type-assertion": "off",
193193
"@typescript-eslint/no-unused-expressions": "error",
194194
"@typescript-eslint/no-unused-vars": "off",
195195
"@typescript-eslint/no-var-requires": "off",

0 commit comments

Comments
 (0)