eslint-config-hudochenkov

My ESLint configs

Usage no npm install needed!

<script type="module">
  import eslintConfigHudochenkov from 'https://cdn.skypack.dev/eslint-config-hudochenkov';
</script>

README

eslint-config-hudochenkov

My configs for ESLint.

Available configs:

Installation

Install config:

npm install --save-dev eslint-config-hudochenkov

Usage

Add chosen config to the extends section of your ESLint configuration:

{
    "extends": ["eslint-config-hudochenkov"]
}
{
    "extends": [
        "eslint-config-hudochenkov/react",
        "eslint-config-hudochenkov/react-testing"
    ]
}