A collection of default settings for JavaScript style checkers and linters
$ npm install --save-dev erbridge/js-style
Create a .jshintrc file in the project root containing, for example:
{
"extends": "node_modules/js-style/jshint-node.json"
}Create a .jscsrc file in the project root containing, for example:
{
"preset": "node_modules/js-style/jscsrc.json"
}