Skip to content

Commit

Permalink
fix: prettier and lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqours committed Dec 8, 2023
1 parent a031f26 commit d6077da
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 @@ -31,7 +31,7 @@
"not ie 6-11"
],
"lint-staged": {
"**/*.{js,jsx,ts,tsx,vue,md}": "prettier --write"
"**/*": "prettier --write --ignore-unknown"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit d6077da

Please sign in to comment.