0.0.11 • Published 6 years ago

eslint-config-rhinogram v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

eslint-config-rhinogram

A collection of eslint configurations we use at Rhinogram.

Usage

$ yarn add eslint-config-rhinogram -D

The index file references our React config

// .eslintrc

{
  "extends": "rhinogram"
}

Alternatives:

// .eslintrc

{
  "extends": "rhinogram/react"
}

{
  "extends": "rhinogram/node"
}