1.2.0 • Published 6 years ago

@jaxolotl/eslint-config-wdc-es6 v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

eslint-config-wdc-es6

An ESLint Shareable Linting for ES6.

This rules extend eslint-config-standard js-standard-style

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