Skip to content

Commit 5a4cebb

Browse files
committed
chore: fix lint
1 parent 729f710 commit 5a4cebb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

eslint.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
import antfu from '@antfu/eslint-config'
22

3-
export default antfu()
3+
export default antfu({
4+
rules: {
5+
'unused-imports/no-unused-vars': ["error", { "caughtErrors": "none" }]
6+
}
7+
})

0 commit comments

Comments
 (0)