eslint-config-leanbyte
v2.0.0
Published
Common eslint configuration for LeanByte
Downloads
2,042
Readme
jscs-preset-leanbyte
Common eslint configuration for LeanByte
Usage
Add this module as a
devDependency
:npm install -D eslint-config-leanbyte
Declare it as base configuration in your
.eslintrc
file:For node.js projects:
{ "root": true, "extends": "leanbyte" }
For browser projects:
{ "root": true, "extends": "leanbyte/browser" }
License
Licensed under the MIT License (enclosed).