We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57606f2 commit 0a610fcCopy full SHA for 0a610fc
package.json
@@ -60,7 +60,7 @@
60
61
"dev": "(cd apps/backend && bun run start:dev) & (cd apps/frontend && bun run dev)",
62
63
- "lint": "eslint \"**/*.{ts,tsx}\" --fix",
+ "lint": "eslint --fix",
64
"prettier": "prettier --write .",
65
66
"cy:open": "bun run test:cy",
0 commit comments