diff --git a/frontend/package.json b/frontend/package.json index 0aeafd79..30cf8025 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "lint-staged": { "linters": { "./**/*.{ts,tsx,js,jsx}": [ - "eslint --fix", + "eslint --fix --max-warnings=0", "git add" ], "./**/*.scss": [