Skip to content

Commit

Permalink
Cause npm run lint to fail if warnings are detected (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Feb 8, 2021
1 parent 43295a9 commit e34b70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"import-sem-doms": "tsc scripts/importSemanticDomains.ts && node scripts/importSemanticDomains.js",
"license-report": "npm install && license-checker --production",
"license-summary": "npm install && license-checker --production --summary",
"lint": "eslint --ext js,ts,tsx,jsx src",
"lint": "eslint --max-warnings=0 --ext js,ts,tsx,jsx src",
"predatabase": "tsc scripts/setupMongo.ts && node scripts/setupMongo.js",
"set-admin-user": "tsc scripts/setAdminUser.ts && node scripts/setAdminUser.js",
"start": "npm install && npm-run-all --parallel backend database frontend",
Expand Down

0 comments on commit e34b70d

Please sign in to comment.