Skip to content

hughescr/eslint-config-flow

Repository files navigation

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',
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published