diff --git a/package.json b/package.json index 01b99714a..1407b5b7b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "server": "npm run view", "build": "node auspice.js build --verbose", "prepare": "npm run build", - "lint": "eslint .", + "lint": "eslint --max-warnings=0 .", "lint:fix": "eslint --fix .", "type-check": "tsc", "type-check:watch": "npm run type-check -- --watch",