Pipefy eslint presets used among the projects
$ yarn add eslint-config-pipefy-flow --dev
$ yarn add eslint-config-pipefy-typescript --dev
edit your eslint config file and add according to your project specification:
{
"extends": "pipefy-flow"
}
{
"extends": "pipefy-typescript"
}