JavaScript Modulus Style - ESLint Shareable Config
npm install eslint-config-modulus![version][version]
![build][build]
![license][license]
JavaScript Modulus Style - [ESLint Shareable Config][shareable-configs]
``bash`
npm install eslint-config-modulus
Shareable configs are designed to work with the extends feature of .eslintrc
files. You can learn more about [Shareable Configs][shareable-configs] on the
official ESLint website.
To use the JavaScript Modulus Style shareable config, just add this to your
.eslintrc file:
``
{
"extends": "modulus"
}
*Note: We omitted the eslint-config- prefix since it is automatically assumed
by ESLint.*
You can override settings from the shareable config by adding them directly into
your .eslintrc` file.
MIT. Copyright (c) Modulus.
[github]: https://github.com/onmodulus/eslint-config
[shareable-configs]: http://eslint.org/docs/developer-guide/shareable-configs
[badge]: https://cdn.rawgit.com/onmodulus/eslint-config/master/badge.svg
[version]: https://www.npmjs.com/package/eslint-config-modulus
[build]: https://travis-ci.org/onmodulus/eslint-config
[license]: https://raw.githubusercontent.com/onmodulus/eslint-config/master/LICENSE