eslint-config-pipefy
v0.1.0
Published
Pipefy's ESLint config.
Downloads
19
Maintainers
Readme
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"
}