Skip to content

Commit

Permalink
fix(lint): replace npx with bunx for Prettier and ESLint commands in …
Browse files Browse the repository at this point in the history
…lint-staged
  • Loading branch information
Robert27 committed Oct 19, 2024
1 parent ccaa9ef commit 9f1852e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json,yml, md}": [
"npx prettier --write"
"bunx prettier --write"
],
"*.{js,jsx,ts,tsx}": [
"npx eslint --fix"
"bunx eslint --fix"
]
},
"expo": {
Expand Down

0 comments on commit 9f1852e

Please sign in to comment.