1.0.2 • Published 5 years ago

eslint-config-preclose v1.0.2

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

preclose-eslint-config

A collection of eslint configurations we use at Preclose.

Usage

$ yarn add preclose-eslint-config -D

The index file references our React config

// .eslintrc

{
  "extends": "preclose"
}

Alternatives:

// .eslintrc

{
  "extends": "preclose/react"
}

{
  "extends": "preclose/node"
}