Skip to content

Commit a9481df

Browse files
authored
1 parent 72fbc20 commit a9481df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ module.exports = {
371371

372372
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
373373
'@typescript-eslint/no-non-null-assertion': 'error',
374+
'no-redeclare': 'off',
375+
'@typescript-eslint/no-redeclare': 'error',
374376

375377
// TODO: Enable this again when I target ESM output in all my TypeScript projects
376378
// '@typescript-eslint/no-require-imports': 'error',

0 commit comments

Comments
 (0)