Skip to content

Commit

Permalink
chore: update nano staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Nov 3, 2024
1 parent af238bd commit 943efbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"commit-msg": "pnpm exec vr commit-lint -p $1"
},
"nano-staged": {
"*.{md}": "pnpm format",
"*.{md}": "prettier --write",
"*.{ts}": [
"pnpm format",
"pnpm lint"
"prettier --write",
"eslint --fix"
]
},
"devDependencies": {
Expand Down

0 comments on commit 943efbe

Please sign in to comment.