Skip to content

Commit 46a7011

Browse files
committed
fix: prettier config
1 parent f8084f5 commit 46a7011

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
@@ -10,8 +10,8 @@
1010
"commitlint": "commitlint -f HEAD@{15}",
1111
"lint": "eslint --ext .js,.ts,.tsx .",
1212
"lint:fix": "eslint --fix --ext .js,.ts,.tsx .",
13-
"prettier": "prettier --check **/*.{css,html,js,json,md,yaml,yml}",
14-
"prettier:fix": "prettier --write **/*.{css,html,js,json,md,yaml,yml}",
13+
"prettier": "prettier --check '**/*.{css,html,js,json,md,yaml,yml}'",
14+
"prettier:fix": "prettier --write '**/*.{css,html,js,json,md,yaml,yml}'",
1515
"release": "semantic-release",
1616
"release-local": "node -r dotenv/config node_modules/semantic-release/bin/semantic-release --no-ci --dry-run",
1717
"check-dependencies": "npx npm-check --skip-unused --update"

0 commit comments

Comments
 (0)