@reachstudios/eslint-config
v0.0.3
Published
ESLint config for Reach Studios coding guidelines
Downloads
1
Readme
Reach Studios ESLint Config
This package contains the ESLint config for the development team at Reach Studios.
It is based on the Airbnb ESLint config.
Usage
This package currently exposes a single configuration
npm install @reachstudios/eslint-config
Then add the following to your .eslintrc
{
...
"extends": "@reachstudios"
...
}
Dependencies
Due to the dependency on Airbnb currently this config is currently tied to eslint@^8
.