eslint-config-brax
v0.0.7
Published
ESLint shareable configuration used at Brax (with React)
Maintainers
Readme
Brax ESLint Configuration
Our configuration is based on AirBnB's with some ideas from XO and Standard.
Plus, as this is intended to be used in our company's projects, ESLint and its plugins are used as dependencies of this configuration. This wouldn't be ideal for public shareable configurations because those modules versions are tied to what we set as our dependencies.
This package uses eslint-config-brax-base and adds React rules.
Usage
- Install the package
npm install --save-dev eslint-config-brax
// or
yarn add --dev eslint-config-brax- Add
"extends": "brax"to your.eslintrc
