eslint-config-healthier
v4.0.0
Published
Eslint config for Healthier, an opinionated code linter and a friendly companion to prettier
Downloads
990
Maintainers
Readme
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"]
}