Skip to content

Commit

Permalink
remove dumb lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBonsignori committed Feb 19, 2024
1 parent fff23f6 commit 035a585
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 @@
"dev": "vite",
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint . --ext ts,tsx --max-warnings 0",
"preview": "vite preview",
"generate-api": "openapi --input ./src/api/openapi.json --output ./src/generated/api --useOptions"
},
Expand Down

0 comments on commit 035a585

Please sign in to comment.