diff --git a/eslint.config.js b/eslint.config.js index 7af7a02..e2906d1 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,3 +1,7 @@ import antfu from '@antfu/eslint-config' -export default antfu() \ No newline at end of file +export default antfu({ + rules: { + 'unused-imports/no-unused-vars': ["error", { "caughtErrors": "none" }] + } +}) \ No newline at end of file