Skip to content

Commit 0a610fc

Browse files
committed
fix: remove file type filter on lint
1 parent 57606f2 commit 0a610fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
"dev": "(cd apps/backend && bun run start:dev) & (cd apps/frontend && bun run dev)",
6262

63-
"lint": "eslint \"**/*.{ts,tsx}\" --fix",
63+
"lint": "eslint --fix",
6464
"prettier": "prettier --write .",
6565

6666
"cy:open": "bun run test:cy",

0 commit comments

Comments
 (0)