eslint-config-hudochenkov

9.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (11)

    Package Sidebar

    Install

    npm i eslint-config-hudochenkov

    Weekly Downloads

    111

    Version

    9.0.0

    License

    MIT

    Unpacked Size

    19.7 kB

    Total Files

    20

    Last publish

    Collaborators

    • hudochenkov