Skip to content

rhinogram/eslint-config-rhinogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

{
  "extends": "rhinogram/typescript"
}

Releasing

Once merged into master, publish a new release in GitHub following the rules of semantic versioning.