diff --git a/web/package.json b/web/package.json index ff6fd51bfd..89d44ed2b6 100644 --- a/web/package.json +++ b/web/package.json @@ -8,6 +8,7 @@ "start": "next start", "lint": "next lint", "fix": "next lint --fix", + "eslint-fix": "eslint --fix", "prepare": "cd ../ && husky install ./web/.husky" }, "dependencies": {