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

Adding prettier #1

Merged
merged 3 commits into from
Feb 7, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
➕ adding prettier and format npm command
  • Loading branch information
mirshko committed Feb 7, 2019
commit 510dbdccb78bf9e1fca82fd69bdfb2235d1faf5d
41 changes: 11 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"build-storybook": "build-storybook",
"publish": "lerna publish --skip-git --skip-npm",
"precommit": "npm test",
"postinstall": "npm run bootstrap"
"postinstall": "npm run bootstrap",
"format": "prettier --write \"./**/*.js\""
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down