Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nirtamir2 committed Feb 28, 2025
1 parent 2dd51d2 commit 30d884c
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 @@ -26,7 +26,7 @@
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
"format": "prettier \"**/*\" --write --ignore-unknown",
"lint": "eslint --fix",
"lint": "eslint . --fix",
"prepack": "nr build",
"prepare": "simple-git-hooks",
"release": "bumpp && pnpm publish",
Expand Down

0 comments on commit 30d884c

Please sign in to comment.