🐳 chore: eslint config and script

`eslint` 只忽略 `tauri` 文件目录
增加 `eslint` 自动修复命令
This commit is contained in:
m1m1sha
2024-05-07 14:33:26 +08:00
parent 189a073f05
commit 6089813da5
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -8,7 +8,5 @@ export default antfu({
},
ignores: [
'src-tauri/**',
'**/vite-env.d.ts',
'**/typed-router.d.ts',
],
})