Skip to content

Commit

Permalink
Fix lint npm script in client app
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneymyers committed Dec 19, 2024
1 parent 8bdc077 commit 8f830d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint .",
"preview": "vite preview"
},
"devDependencies": {
Expand Down

0 comments on commit 8f830d6

Please sign in to comment.