🐳 chore: eslint

This commit is contained in:
m1m1sha
2024-05-06 10:49:53 +08:00
parent e6408f2582
commit 6f75dd72b9
3 changed files with 23 additions and 7 deletions

View File

@@ -1,7 +1,15 @@
// @ts-check
import antfu from "@antfu/eslint-config";
import antfu from '@antfu/eslint-config'
export default antfu({
unocss: true,
formatters: true,
});
ignores: [
'dist',
'node_modules',
'src-tauri',
'src/vite-env.d.ts',
'src/typed-router.d.ts',
'src/auto-imports.d.ts',
'src/components.d.ts',
],
})