0.1.0 • Published 3 years ago

eslint-config-pipefy v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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