Skip to content

Commit

Permalink
Merge pull request #7 from devrchancay/master
Browse files Browse the repository at this point in the history
agregando prettier
  • Loading branch information
devrchancay authored Oct 13, 2018
2 parents 553b260 + 600a61e commit ca982a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll",
"precommit": "npm run test"
"precommit": "npm run format && npm run test",
"format": "prettier --write 'src/**/*.js'"
},
"repository": {
"type": "git",
Expand All @@ -26,6 +27,7 @@
"babel-preset-env": "^1.7.0",
"husky": "^1.1.2",
"jest": "^23.6.0",
"prettier": "^1.14.3",
"regenerator-runtime": "^0.12.1"
}
}

0 comments on commit ca982a2

Please sign in to comment.