Say goodbye to jscs.

This commit is contained in:
Michał Lipiński
2017-03-12 19:58:58 +01:00
parent 3e03cbf2b8
commit 98969648e9
3 changed files with 5 additions and 103 deletions

View File

@@ -67,7 +67,7 @@ established in the code.
[JSDoc-style](http://www.2ality.com/2011/08/jsdoc-intro.html) comments for
functions.
Guidelines are enforced using [JSCS](https://www.npmjs.com/package/jscs):
Guidelines are enforced using [ESLint](https://www.npmjs.com/package/eslint):
```bash
$ npm run style
```