diff --git a/package.json b/package.json index 132a96a..90d15a7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "packageManager": "yarn@3.2.0", "type": "module", "scripts": { - "lint": "eslint . --ext .js", + "lint": "eslint . --ext .js --fix", "format": "prettier --write .", "fix": "run-s lint format", "predefined-prod": "mocha predefinedProdFleet.js --exit",