diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df0e4aa42..e2bcfa11f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,3 +37,9 @@ In addition to the following guidelines, please follow the conventions already e - **Comments**:
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 +```