2.0.0 • Published 5 years ago

eslint-config-leanbyte v2.0.0

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
5 years ago

jscs-preset-leanbyte

Common eslint configuration for LeanByte

Usage

  1. Add this module as a devDependency:

    npm install -D eslint-config-leanbyte

  2. 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).