@hughescr/eslint-config-flow

2.1.10 • Public • Published

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

/@hughescr/eslint-config-flow/

    Package Sidebar

    Install

    npm i @hughescr/eslint-config-flow

    Weekly Downloads

    6

    Version

    2.1.10

    License

    BSD-3-Clause

    Unpacked Size

    2.38 kB

    Total Files

    5

    Last publish

    Collaborators

    • hughescr