@jaxolotl/eslint-config-wdc-es6
v1.2.0
Published
JavaScript Standard Style - ESLint Shareable Config
Downloads
17
Maintainers
Readme
eslint-config-wdc-es6
An ESLint Shareable Linting for ES6.
This rules extend eslint-config-standard
Using a Shareable Config
Shareable configs are designed to work with the extends
feature of .eslintrc
files.
Instead of using a file path for the value of extends
, use your module name.
For example:
{
"extends": ["@tabloids/eslint-config-wdc-es6"],
"rules": {
"my-custom-configuration-per-case-basis": 1
}
}
License
MIT. Copyright (c) Jaxolotl