Skip to content

Commit

Permalink
fix: Update deprecated Prettier option
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode authored Aug 7, 2023
1 parent 019c2e8 commit b83164f
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 @@
"scripts": {
"build": "tsc",
"check": "npm run check:format -- --list-different && npm run check:lint",
"check:format": "prettier --ignore-path .gitignore --loglevel error .",
"check:format": "prettier --ignore-path .gitignore --log-level error .",
"check:lint": "eslint --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx --no-error-on-unmatched-pattern .",
"clean": "rimraf .nyc_output coverage dist",
"deploy": "exit 0",
Expand Down

0 comments on commit b83164f

Please sign in to comment.