Skip to content

Commit

Permalink
chore: fix broken lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Feb 5, 2025
1 parent 5f39199 commit 7f2f578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build:types": "tsc",
"format:check": "prettier --check \"{**/*,*}.{js,ts,jsx,tsx}\"",
"format": "pnpm run format:check --write",
"lint": "eslint",
"lint": "eslint .",
"lint:fix": "pnpm run lint --fix",
"test": "vitest",
"test:coverage": "vitest --coverage",
Expand Down

0 comments on commit 7f2f578

Please sign in to comment.