Skip to content

Commit bdfc511

Browse files
committed
lint
1 parent efd1d1c commit bdfc511

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
@@ -24,7 +24,7 @@
2424
"clean": "rm -rf dist *.tsbuildinfo",
2525
"build": "tsc --project ./tsconfig.build.json",
2626
"typecheck": "tsc --noEmit && tsc -p example && tsc -p example/convex",
27-
"lint": "eslint src",
27+
"lint": "eslint .",
2828
"all": "run-p -r 'dev:*' 'test:watch'",
2929
"test": "vitest run --typecheck",
3030
"test:watch": "vitest --typecheck --clearScreen false",

0 commit comments

Comments
 (0)