Skip to content

Commit b9b2df4

Browse files
committed
关掉了unused var的报错,这在代码中简直随处可见
1 parent ba23cd4 commit b9b2df4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default antfu(
1414
'node/prefer-global/buffer': 'off',
1515
'node/prefer-global/process': 'off',
1616
'no-console': 'off',
17+
'unused-imports/no-unused-vars': 'off',
1718
},
1819
ignores: [
1920
'**/build/*',

0 commit comments

Comments
 (0)