1.0.2 • Published 7 years ago

eslint-config-binary v1.0.2

Weekly downloads
366
License
ISC
Repository
-
Last release
7 years ago

eslint-config-binary

Eslint shared config for binary.com applications

It 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"
  ]
}