superdesk-code-style
v1.5.0
Published
superdesk client code style
Readme
Superdesk Client Code Style
Here is definition of estlint rules used in superdesk projects.
Install
$ npm install --save-dev superdesk-code-styleUse eslint config in .eslintrc.js:
module.exports = require('superdesk-code-style');Run eslint
eslint --ext .js --ext .jsx dir