0.2.0 • Published 9 years ago
eslint-config-jsfile v0.2.0
eslint-config-jsfile
ESLint shareable config for the JsFile style guide
Install
$ npm install --save-dev eslint eslint-config-strict eslint-plugin-filenames eslint-config-jsfileUsage
Add some ESLint config to your .eslintrc:
{
  "extends": [
    "jsfile"
  ]
}Then lint with $ npm run lint.
License
MIT