0.0.6 • Published 6 years ago

eslint-config-brax-base v0.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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

  1. Install the package
npm install --save-dev eslint-config-brax-base
// or
yarn add --dev eslint-config-brax-base
  1. Add "extends": "brax-base" to your .eslintrc