Skip to content

Commit

Permalink
chore(dx): only use prettier for vue files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Apr 28, 2022
1 parent 272465f commit 8c8d4ac
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 @@ -90,7 +90,7 @@
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix",
"*.{js,ts,md,json,vue}": "prettier --write",
"*.{vue}": "prettier --write",
"*.{md,ts,vue}": "cspell --no-must-find-files"
},
"engines": {
Expand Down

0 comments on commit 8c8d4ac

Please sign in to comment.