更新 ESLint 配置,修改 lint 脚本命令

This commit is contained in:
JIANG
2026-03-10 11:38:37 +08:00
parent 520e1cb3f1
commit 64dcf9cbdb
3 changed files with 6 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
import nextCoreWebVitals from "eslint-config-next/core-web-vitals";
const config = [...nextCoreWebVitals];
export default config;