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"]
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-wellcome

Weekly Downloads

5

Version

1.0.8

License

ISC

Last publish

Collaborators

  • davidpmccormick