Brax Base 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 is intended to be used in React-less projects.
Usage
- Install the package
npm install --save-dev eslint-config-brax-base
// or
yarn add --dev eslint-config-brax-base
- Add
"extends": "brax-base"
to your.eslintrc