🐳 chore: eslint config

This commit is contained in:
m1m1sha
2024-05-07 10:39:06 +08:00
parent 2e57599f41
commit e9a625ec5f
5 changed files with 83 additions and 82 deletions
+6 -7
View File
@@ -3,13 +3,12 @@ import antfu from '@antfu/eslint-config'
export default antfu({
formatters: true,
rules: {
'style/eol-last': ['error', 'always'],
},
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',
'src-tauri/**',
'**/vite-env.d.ts',
'**/typed-router.d.ts',
],
})