Skip to content

Commit

Permalink
Relax lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-puzon-tri committed Nov 1, 2023
1 parent 22167b5 commit f10d960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "vite",
"build": "tsc --noEmit && vite build",
"build-stage": "tsc --noEmit && vite build --mode staging",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit f10d960

Please sign in to comment.