Updated contributing text to include code style linter details. [ci skip]

This commit is contained in:
Ray Hammond
2015-09-03 19:45:44 +01:00
committed by John-David Dalton
parent 6898b896d1
commit 7e73b27edf

View File

@@ -37,3 +37,9 @@ In addition to the following guidelines, please follow the conventions already e
- **Comments**:<br>
Please use single-line comments to annotate significant additions, & [JSDoc-style](http://www.2ality.com/2011/08/jsdoc-intro.html) comments for new methods.
Guidelines are enforced using [JSSC](https://www.npmjs.com/package/jscs):
```bash
$ npm run lint
```