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 713f82f commit 1f2d9d0Copy full SHA for 1f2d9d0
package.json
@@ -12,7 +12,7 @@
12
"dev:backend": "convex dev --tail-logs",
13
"build": "vite build",
14
"start": "vite start",
15
- "lint": "prettier --check '**/*' --ignore-unknown && eslint --ext .ts,.tsx ./app",
+ "lint": "prettier --check '**/*' --ignore-unknown && eslint --ext .ts,.tsx ./src",
16
"format": "prettier --write '**/*' --ignore-unknown",
17
"linkAll": "node scripts/link.js"
18
},
0 commit comments