Skip to content

Commit

Permalink
fix: 320 - increase max warns value
Browse files Browse the repository at this point in the history
  • Loading branch information
Quiddlee committed Jul 6, 2024
1 parent b0f3fd2 commit 22ea83e
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 @@ -9,8 +9,8 @@
"optimizeImages": "npx cross-env VITE_TABLET=768 VITE_MOBILE=425 VITE_COMPRESS_QUALITY=80 node optimizeImages/optimizeImages.js",
"stylelint": "npx stylelint \"**/*.scss\"",
"stylelint:fix": "npx stylelint \"**/*.scss\" --fix",
"lint": "npx eslint . --report-unused-disable-directives --max-warnings 360",
"lint:fix": "npx eslint . --fix --report-unused-disable-directives --max-warnings 360",
"lint": "npx eslint . --report-unused-disable-directives --max-warnings 400",
"lint:fix": "npx eslint . --fix --report-unused-disable-directives --max-warnings 400",
"preview": "vite preview",
"test": "vitest --run",
"test:playWright": "npx playwright test",
Expand Down

0 comments on commit 22ea83e

Please sign in to comment.