Skip to content

Commit b130bd6

Browse files
committed
chore: remove no-unused-imports rule
1 parent d1554a4 commit b130bd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default [
88
'import/no-default-export',
99
'unicorn/no-new-array',
1010
'unicorn/prefer-dom-node-remove',
11+
'unused-imports/no-unused-imports',
1112
)
1213
.append([
1314
{

0 commit comments

Comments
 (0)