0.99.1 • Published 6 months ago

eslint-config-coremail v0.99.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 months ago

ESLint config files for Coremail (c)

npm

Usage

To use this config, add this to your package.json

{
  "devDependencies"  : {
    "eslint"                 : "4.19.1",
    "eslint-config-coremail" : "0.3.0"
  }
}

or install manually

npm install eslint eslint-config-coremail

Then, add this to your .eslintrc.yaml file:

  • Using standard rules

    extends: coremail
  • Applying compliant rules (old IE compatible)

    extends: coremail/config/compliant.yaml

Learn more

For the full listing of rules that eslint supports, and more, visit For more information the full listing of rules, editor plugins, FAQs, and more, visit the ESLint official site.

License

MIT. Copyright (c) Coremail.

0.99.0

7 months ago

0.99.1

6 months ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago