Skip to content

Commit 147b691

Browse files
committed
chore: fix bad lint command
1 parent 751463c commit 147b691

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
@@ -11,7 +11,7 @@
1111
"build:types": "tsc",
1212
"format:check": "prettier --check **/*.ts",
1313
"format": "pnpm run format:check --write",
14-
"lint": "eslint",
14+
"lint": "eslint .",
1515
"lint:fix": "pnpm run lint --fix",
1616
"release": "release-it",
1717
"test": "vitest",

0 commit comments

Comments
 (0)