Skip to content

Commit

Permalink
increase linter warning level
Browse files Browse the repository at this point in the history
  • Loading branch information
gottfired committed Apr 17, 2024
1 parent ab1de36 commit 467d7ef
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 @@ -41,7 +41,7 @@
"lint:google-fonts": "./scripts/lint-google-fonts.sh",
"lint:base-href": "./scripts/lint-base-href.sh",
"lint:node-version": "./scripts/lint-node-version.sh",
"lint": "eslint 'src/**/*.ts*' && yarn lint:google-fonts && yarn lint:base-href && yarn lint:node-version",
"lint": "eslint 'src/**/*.ts*' --max-warnings=0 && yarn lint:google-fonts && yarn lint:base-href && yarn lint:node-version",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"license-check": "license-checker --production --onlyAllow \"MIT;BSD-3-Clause;Apache-2.0;ISC;0BSD;Unlicense;UNLICENSED\" --out ./public/third-party-licenses.txt",
Expand Down

0 comments on commit 467d7ef

Please sign in to comment.