You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove legacy ESLint configuration files and streamline linting scripts for backend and frontend applications, enhancing consistency and maintainability across the project
Copy file name to clipboardExpand all lines: package.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,10 @@
43
43
"start:server:prod": "cd ./apps/backend && bun run start",
44
44
"start:web:prod": "cd ./apps/frontend && bun run start",
45
45
"dev": "concurrently --success first -n \"server,web,database,song,sounds,thumbnail,components\" --prefix-colors \"cyan,magenta,blue,green,yellow,red,white\" --prefix \"{name} {time}\"\"bun run start:server\"\"cd ./apps/frontend && bun run start\"",
46
-
"lint": "bun run --filter '*' lint",
47
-
"lint:server": "cd ./apps/backend && bun run lint",
0 commit comments