We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c5c2f commit 97a39b7Copy full SHA for 97a39b7
1 file changed
eslint.config.mjs
@@ -46,6 +46,10 @@ export default defineConfig(
46
"@typescript-eslint/explicit-module-boundary-types": "error",
47
// https://github.com/typescript-eslint/typescript-eslint/issues/8113#issuecomment-2334943836
48
"@typescript-eslint/no-invalid-void-type": "off",
49
+
50
+ // It seems its buggy, disable it for now.
51
+ "@typescript-eslint/no-redundant-type-constituents": "off",
52
53
"@typescript-eslint/no-empty-object-type": "off",
54
"@typescript-eslint/restrict-template-expressions": "off",
55
"@typescript-eslint/no-unused-vars": [
0 commit comments