Skip to content

Commit

Permalink
Added precommit and ghooks
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Jan 10, 2016
1 parent 4918b34 commit d7983cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js-contribution-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Many IPFS projects use JavaScript. Please check these guidelines before contribu
- Browser building: [webpack](https://webpack.github.io/) or [browserify](http://browserify.org/).
- Linting: Use [standard](//github.com/feross/standard). If you have to configure styles at the repo level because you or we are using Babel and ES6, use [eslint](https://github.com/eslint/eslint), [eslint-config-standard](https://github.com/feross/eslint-config-standard), and [babel-eslint](https://github.com/babel/babel-eslint) as needed. (If you're not sure, use standard).
- Use [greenkeeper](http://greenkeeper.io/) to keep your deps up to date.
- Use [precommit](https://www.npmjs.com/package/pre-commit) and [ghooks](https://www.npmjs.com/package/ghooks) to run tests while developing.

0 comments on commit d7983cc

Please sign in to comment.