eslint-config-wellcome

1.0.8 • Public • Published

Wellcome eslint configuration

These are the default settings we've chosen for our JavaScript to adhere to with eslint at Wellcome. It is comprised of the JS Standard config, with a handful of overrides.

Usage

Save this package as a dev-dependency:

npm install --save-dev eslint-config-Wellcome

Add an .eslintrc.json file to the root directory of your application, containing the following:

{
  "extends": ["wellcome"]
}

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i eslint-config-wellcome

    Weekly Downloads

    1

    Version

    1.0.8

    License

    ISC

    Last publish

    Collaborators

    • davidpmccormick