Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-hudochenkov

hudochenkov1.8kMIT11.0.0

My ESLint configs

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 your ESLint configuration:

import { configs } from 'eslint-config-hudochenkov';

export default [
    ...configs.main,
    ...configs.react,
    ...configs.reactTesting,
    // other configuration objects
];