Skip to content

Commit 79c8249

Browse files
committed
chore: update scripts
1 parent 6bec181 commit 79c8249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"dist:npm": "np --yolo --no-yarn",
4747
"format": "run-p format:*",
4848
"format:eslint": "yarn lint:eslint --fix",
49-
"format:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**\" --fix",
50-
"format:prettier": "prettier \"**/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml}\" --write",
49+
"format:markdown": "yarn lint:markdown --fix",
50+
"format:prettier": "yarn lint:prettier --write",
5151
"lint": "run-p lint:*",
5252
"lint:eslint": "eslint \"**/*.{js,mjs,vue}\"",
5353
"lint:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**\"",

0 commit comments

Comments
 (0)