Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Use .gitignore with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Dec 9, 2019
1 parent 3bcf951 commit f231d20
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 @@ -47,7 +47,7 @@
"example:inspect": "babel-node --inspect examples",
"example:inspect:watch": "nodemon --exec babel-node --inspect examples",
"watch": "gulp watch",
"pretty": "prettier --write '**/*.js' '**/*.json' '**/*.graphql'",
"pretty": "prettier --ignore-path .gitignore --write '**/*.js' '**/*.json' '**/*.graphql'",
"format": "npm-run-all --serial pretty format:*",
"format:js": "standard --fix",
"report": "nyc report"
Expand Down

0 comments on commit f231d20

Please sign in to comment.