Skip to content

Commit 9550428

Browse files
authored
Chore: Update lint:prettier script (#9045)
1 parent 9a9dcbe commit 9550428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"lint:typecheck": "tsc",
144144
"lint:eslint": "cross-env EFF_NO_LINK_RULES=true eslint . --format friendly",
145145
"lint:changelog": "node ./scripts/lint-changelog.js",
146-
"lint:prettier": "prettier \"**/*.{md,json,yml,html,css,js,d.ts}\" \"!test*\" --check",
146+
"lint:prettier": "prettier . \"!test*\" --check",
147147
"lint:dist": "eslint --no-eslintrc --no-ignore --env=es6,browser --parser-options=ecmaVersion:2016 \"dist/!(bin-prettier|index|third-party).js\"",
148148
"lint:spellcheck": "cspell \"**/*\" \".github/**/*\"",
149149
"lint:deps": "node ./scripts/check-deps.js",

0 commit comments

Comments
 (0)