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