We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-base-to-string
1 parent 9201485 commit b3a9e67Copy full SHA for b3a9e67
eslint.config.js
@@ -48,6 +48,8 @@ export default [
48
"eslint-plugin-vitest": eslintPluginVitest
49
},
50
rules: {
51
+ "eslint-plugin-typescript/no-base-to-string": "off",
52
+
53
"eslint-plugin-typescript/no-duplicate-type-constituents": "off",
54
"eslint-plugin-typescript/no-restricted-imports": ["error", {
55
patterns: [
0 commit comments