Skip to content

Commit 9a9937a

Browse files
authored
Replace deprecated no-duplicate-imports (#235)
1 parent 3caf94e commit 9a9937a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
fixStyle: 'inline-type-imports',
1919
},
2020
],
21-
'@typescript-eslint/no-duplicate-imports': 'warn',
21+
'import/no-duplicates': 'warn',
2222
},
2323
overrides: [
2424
{

0 commit comments

Comments
 (0)