Skip to content

Commit 6bca773

Browse files
committed
chore: fix broken lint command
1 parent b3a01f4 commit 6bca773

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
@@ -37,7 +37,7 @@
3737
"check:types": "tsc -p tsconfig.json",
3838
"format": "pnpm format:check --write",
3939
"format:check": "prettier --check \"{**/*,*}.{js,cjs,mjs,ts}\"",
40-
"lint": "eslint",
40+
"lint": "eslint .",
4141
"lint:fix": "pnpm lint --fix",
4242
"release": "release-it",
4343
"test": "jest",

0 commit comments

Comments
 (0)