Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang committed Dec 5, 2024
1 parent 729f710 commit 5a4cebb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import antfu from '@antfu/eslint-config'

export default antfu()
export default antfu({
rules: {
'unused-imports/no-unused-vars': ["error", { "caughtErrors": "none" }]
}
})

0 comments on commit 5a4cebb

Please sign in to comment.