Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@hughescr/eslint-config-flow

hughescr74BSD-3-Clause2.1.10

ESLint config using @hughescr/eslint-config-default and adding Flow type annotation support

readme

Overview

This is a default configuration set-up for how I like my ESLint to be set up, when I'm using Flow for typechecking

npm install eslint-config-default eslint eslint-plugin-promise

Then put this in .eslintrc:

'use strict';

module.exports = {
    'extends': '@hughescr/eslint-config-flow',
};