Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 6, 2024
1 parent 5ae522a commit 1b89110
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,10 @@
}
},
"nano-staged": {
"*.md": [
"markdownlint --fix",
"prettier --write"
],
"*.{js,vue}": [
"eslint --fix",
"prettier --write"
],
"*.{json,yml}": [
"prettier --write"
],
"package.json": [
"sort-package-json"
]
"**/*": "prettier --write --ignore-unknown",
"*.md": "markdownlint --fix",
"*.{js,ts,vue}": "eslint --fix",
"package.json": "sort-package-json"
},
"prettier": {
"singleQuote": true
Expand Down

0 comments on commit 1b89110

Please sign in to comment.