Skip to content

Commit

Permalink
removed max warnings 0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Jul 8, 2024
1 parent 78378ed commit f902392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mango-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit f902392

Please sign in to comment.