Skip to content

Commit c443118

Browse files
committed
chore(eslint): disable a rule
1 parent 406f72f commit c443118

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eslint.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ export default await julr({
88
'./docs/tsconfig.json',
99
],
1010
},
11+
12+
rules: {
13+
// TODO disable in julr/tooling-configs. useful for vanilla enums
14+
'@typescript-eslint/no-redeclare': 'off',
15+
},
1116
})

0 commit comments

Comments
 (0)