Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 342 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 342 Bytes

@bedrockstreaming/eslint-config

Install

With NPM

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

With Yarn

yarn add -D @bedrockstreaming/eslint-config

Usage

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

{
  "extends": "@bedrockstreaming"
}