3.0.30 • Published 4 years ago

@miszo/eslint-config v3.0.30

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@miszo/eslint-config

version downloads MIT License code style: prettier @miszo/eslint-config Sonar Cloud Quality Gate Status

ESLint rules for my projects. Feel free to use these conventions.

Usage

Install the conventions by running:

npm install --save-dev eslint @miszo/eslint-config

Then add the extends to your .eslintrc:

{
  "extends": "miszo",
  "rules": {
    // your overrides
  }
}

Configs

This config also exposes a few other configs that I use often and pull in as needed.

You can use them standalone:

{
  "extends": "miszo/<config-name>"
}

Or in combination with the base config (recommended)

{
  "extends": ["miszo", "miszo/<config-name>"]
}

Contributing

Husky is on the guard to put valid code to repository

Please read also Contributor Code of Conduct

Links

License

The MIT License @ 2020