We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e7ed5 commit 8f674edCopy full SHA for 8f674ed
packages/shared/eslint-config-web-widgets/widget-ts.mjs
@@ -154,6 +154,7 @@ export default tseslint.config(
154
"@typescript-eslint/no-empty-object-type": "warn",
155
"@typescript-eslint/no-unsafe-function-type": "warn",
156
"@typescript-eslint/no-wrapper-object-types": "warn",
157
+ "@typescript-eslint/no-unnecessary-type-conversion": "error",
158
159
"@typescript-eslint/ban-ts-comment": "warn",
160
"@typescript-eslint/camelcase": "off",
0 commit comments