chore: update eslint config

This commit is contained in:
syy11cn 2022-04-02 17:16:44 +08:00 committed by sunyiyang.11
parent cb15f0d00c
commit 959e2ec335
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +0,0 @@
{
"root": true,
"extends": "@antfu"
}

View File

@ -31,5 +31,8 @@
"unplugin-auto-import": "^0.6.9",
"vite": "^2.9.1",
"vitest": "^0.8.2"
},
"eslintConfig": {
"extends": "@antfu"
}
}