Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dok committed Sep 24, 2018
1 parent 2a4353d commit fdd95f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/api-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"scripts": {
"lint": "eslint -f unix . --ext .jsx --ext .js",
"inspect": "jsinspect",
"pretest": "npm run lint && npm run inspect",
"prettier": "prettier --list-different \"index.jsx\"",
"pretest": "npm run lint && npm run inspect && npm run prettier",
"test": "jest --coverage"
},
"publishConfig": {
Expand Down

0 comments on commit fdd95f5

Please sign in to comment.