Skip to content

Commit

Permalink
add max warnings to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nahtnam committed Dec 26, 2024
1 parent 5029fdc commit aa10e0e
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 @@ -7,7 +7,7 @@
"build": "concurrently pnpm:build:*",
"build:next": "next build",
"ci:test": "concurrently pnpm:ci:test:*",
"ci:test:lint": "eslint .",
"ci:test:lint": "eslint . --max-warnings 0",
"ci:test:pretty": "prettier --check .",
"ci:test:typecheck": "tsc --noEmit",
"dev": "concurrently pnpm:dev:*",
Expand All @@ -16,7 +16,7 @@
"start": "concurrently pnpm:start:*",
"start:next": "next start",
"test": "concurrently pnpm:test:*",
"test:lint": "eslint --fix .",
"test:lint": "eslint --fix . --max-warnings 0",
"test:pretty": "prettier --write .",
"test:typecheck": "tsc --noEmit"
},
Expand Down

0 comments on commit aa10e0e

Please sign in to comment.