eslint-config-binary
Eslint shared config for binary.com applicationsIt extends the configs from airbnb-base & prettier.
This plugin is meant to be used with prettier-eslint.
Installation
Using yarn
:yarn add -D eslint-config-binary
Using
npm
:npm i -D eslint-config-binary
Usage
Add eslint-config-binary to the "extends" array in your .eslintrc.*
file. Make sure to put it last, so it gets the chance to override other configs{
"extends": [
"binary"
]
}