Skip to content

Commit

Permalink
fix(eslint): increase warning
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang committed Nov 17, 2023
1 parent 9538178 commit a185552
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 @@ -9,7 +9,7 @@
"preview": "vite preview",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 && prettier -u --config ./.prettierrc --check .",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 20 && prettier -u --config ./.prettierrc --check .",
"format": "prettier -u --config ./.prettierrc --write '**/*'"
},
"engine": {
Expand Down

0 comments on commit a185552

Please sign in to comment.