Skip to content

Commit 7f2f578

Browse files
committed
chore: fix broken lint command
1 parent 5f39199 commit 7f2f578

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
@@ -12,7 +12,7 @@
1212
"build:types": "tsc",
1313
"format:check": "prettier --check \"{**/*,*}.{js,ts,jsx,tsx}\"",
1414
"format": "pnpm run format:check --write",
15-
"lint": "eslint",
15+
"lint": "eslint .",
1616
"lint:fix": "pnpm run lint --fix",
1717
"test": "vitest",
1818
"test:coverage": "vitest --coverage",

0 commit comments

Comments
 (0)