Package Exports
- eslint-config-healthier
- eslint-config-healthier/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-config-healthier) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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"]
}