Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 379 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 379 Bytes

pipefy-eslint-config

Pipefy eslint presets used among the projects

Install

$ yarn add eslint-config-pipefy-flow --dev
$ yarn add eslint-config-pipefy-typescript --dev

Usage

edit your eslint config file and add according to your project specification:

{
  "extends": "pipefy-flow"
}
{
  "extends": "pipefy-typescript"
}