4.0.0 • Published 6 months ago

eslint-config-healthier v4.0.0

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

eslint-config-healthier

Eslint config for https://github.com/KidkArolis/healthier. Healthier is an opinionated linter that only applies non code style related linting rules, which makes it a great companion for code formatters such as Prettier.

Usage

npm i -D eslint-config-healthier

Add to your .eslintrc:

{
  "extends": ["healthier"]
}

And optionally, for extra rules for React:

{
  "extends": ["healthier", "healthier/react"]
}