Skip to content

Commit b3a9e67

Browse files
committed
fix: temporarily disable no-base-to-string
until typescript-eslint/typescript-eslint#10632 is fixed
1 parent 9201485 commit b3a9e67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ export default [
4848
"eslint-plugin-vitest": eslintPluginVitest
4949
},
5050
rules: {
51+
"eslint-plugin-typescript/no-base-to-string": "off",
52+
5153
"eslint-plugin-typescript/no-duplicate-type-constituents": "off",
5254
"eslint-plugin-typescript/no-restricted-imports": ["error", {
5355
patterns: [

0 commit comments

Comments
 (0)