Skip to content

Commit

Permalink
Threat warnings as errors for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Mar 13, 2024
1 parent 1eb260d commit efc7f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"unit": "npm run --silent test -- --ignore **/integration**",
"prepublishOnly": "npm run --silent build",
"build": "npm run --silent lint && tsc",
"lint": "eslint . --ignore-pattern dist",
"lint": "eslint . --max-warnings=0 --ignore-pattern dist",
"postinstall": "npm run fix && npm run build",
"fix": "eslint . --ignore-pattern dist --fix",
"fix": "eslint . --max-warnings=0 --ignore-pattern dist --fix",
"start": "npm run build && metacall dist/server.js"
},
"repository": {
Expand Down

0 comments on commit efc7f40

Please sign in to comment.