Skip to content

Commit 8f674ed

Browse files
committed
chore: add no-unnecessary-type-conversion
1 parent c6e7ed5 commit 8f674ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/shared/eslint-config-web-widgets/widget-ts.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export default tseslint.config(
154154
"@typescript-eslint/no-empty-object-type": "warn",
155155
"@typescript-eslint/no-unsafe-function-type": "warn",
156156
"@typescript-eslint/no-wrapper-object-types": "warn",
157+
"@typescript-eslint/no-unnecessary-type-conversion": "error",
157158

158159
"@typescript-eslint/ban-ts-comment": "warn",
159160
"@typescript-eslint/camelcase": "off",

0 commit comments

Comments
 (0)