@jaxolotl/eslint-config-wdc-es6

1.2.0 • Public • Published

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

Package Sidebar

Install

npm i @jaxolotl/eslint-config-wdc-es6

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

4.92 kB

Total Files

6

Last publish

Collaborators

  • xolotl