Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 594 Bytes

File metadata and controls

27 lines (18 loc) · 594 Bytes

eslint-config-react

npm version

Config for React apps. Extended from @dc0de/eslint-config and eslint-config-airbnb.

Installation

# NPM
npm i -D @dc0de/eslint-config-react

# Yarn
yarn add -D @dc0de/eslint-config-react

Usage

{
  "extends": ["@dc0de/eslint-config-react"]
}
With WebStorm

Add --plugin typescript to eslint extra options.