diff --git a/package.json b/package.json index f833834..e41de41 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "lint": "eslint ." + "lint": "eslint . --fix" }, "devDependencies": { "@antfu/eslint-config": "^4.13.0",