KidkArolis / eslint-config-healthier

πŸ§˜β€β™€οΈ Healthier is an opinionated style agnostic code linter – a friendly companion to Prettier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ§˜β€β™€οΈ Healthier is an opinionated style agnostic code linter – a friendly companion to Prettier

License:MIT License


Languages

Language:JavaScript 100.0%