Skip to content

Commit

Permalink
chore(package): update prettier script to also format json and md
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Feb 21, 2020
1 parent e2be8a6 commit 3a5d842
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 @@ -12,7 +12,7 @@
"dupe-check": "yarn jsinspect .",
"jest": "jest src --coverage",
"lint": "eslint src/**/*.js",
"prettier": "prettier src/**/*.js --write",
"prettier": "prettier ** --write",
"test": "yarn lint && yarn test-coverage",
"test-coverage": "jest --coverage --verbose",
"test-only": "jest --verbose"
Expand Down

0 comments on commit 3a5d842

Please sign in to comment.