diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index f147ffd..0000000 --- a/.eslintrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "root": true, - "extends": "@antfu" -} diff --git a/package.json b/package.json index 60807b9..a21e4ac 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,8 @@ "unplugin-auto-import": "^0.6.9", "vite": "^2.9.1", "vitest": "^0.8.2" + }, + "eslintConfig": { + "extends": "@antfu" } }