Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 366 Bytes

File metadata and controls

25 lines (17 loc) · 366 Bytes

@bedrockstreaming/eslint-config-react

Install

With NPM

npm install --save-dev @bedrockstreaming/eslint-config-react

With Yarn

yarn add -D @bedrockstreaming/eslint-config-react

Usage

Extends the configuration in the .eslintrc file at the root of your project.

{
  "extends": "@bedrockstreaming/react"
}