更新代码格式设置 --fix

This commit is contained in:
2025-05-28 18:46:20 +08:00
parent 2bf95a3b02
commit 6d44fc21b4

View File

@@ -8,7 +8,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ." "lint": "eslint . --fix"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^4.13.0", "@antfu/eslint-config": "^4.13.0",