eslint-config-aleen42

1.0.7 • Public • Published

Personal ESLint config files

eslint npm

Usage

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

{
  "devDependencies"  : {
    "eslint"                : "7.4.0",
    "eslint-config-aleen42" : "1.0.7"
  }
}

or install manually

npm install --save-dev eslint@7.4.0 eslint-config-aleen42@1.0.7

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

  • Using standard rules

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

    extends: aleen42/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.

How to contribute

Have an idea? Found a bug? See how to contribute.

📜 License

MIT © aleen42

Package Sidebar

Install

npm i eslint-config-aleen42

Weekly Downloads

3

Version

1.0.7

License

MIT

Unpacked Size

7.33 kB

Total Files

6

Last publish

Collaborators

  • aleen42