Skip to content

Commit

Permalink
chore: update --log-level option for prettier (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Aug 29, 2024
1 parent 27a4d7e commit 51715e5
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 @@ -40,7 +40,7 @@
"lint:all:eslint": "npm run lint:eslint -- --ext .js,.ts,.vue .",
"lint:all:prettier": "npm run lint:prettier -- \"**/*.{js,json,ts}\"",
"lint:eslint": "eslint --fix",
"lint:prettier": "prettier --write --loglevel warn",
"lint:prettier": "prettier --write --log-level warn",
"prepare": "npm run build",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
Expand Down

0 comments on commit 51715e5

Please sign in to comment.