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 efd1d1c commit bdfc511Copy full SHA for bdfc511
package.json
@@ -24,7 +24,7 @@
24
"clean": "rm -rf dist *.tsbuildinfo",
25
"build": "tsc --project ./tsconfig.build.json",
26
"typecheck": "tsc --noEmit && tsc -p example && tsc -p example/convex",
27
- "lint": "eslint src",
+ "lint": "eslint .",
28
"all": "run-p -r 'dev:*' 'test:watch'",
29
"test": "vitest run --typecheck",
30
"test:watch": "vitest --typecheck --clearScreen false",
0 commit comments