We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406f72f commit c443118Copy full SHA for c443118
eslint.config.js
@@ -8,4 +8,9 @@ export default await julr({
8
'./docs/tsconfig.json',
9
],
10
},
11
+
12
+ rules: {
13
+ // TODO disable in julr/tooling-configs. useful for vanilla enums
14
+ '@typescript-eslint/no-redeclare': 'off',
15
+ },
16
})
0 commit comments