eslint-config-healthier

4.0.0 • Public • Published

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"]
}

/eslint-config-healthier/

    Package Sidebar

    Install

    npm i eslint-config-healthier

    Weekly Downloads

    280

    Version

    4.0.0

    License

    MIT

    Unpacked Size

    4.64 kB

    Total Files

    9

    Last publish

    Collaborators

    • kidkarolis