1.0.8 • Published 8 years ago

eslint-config-wellcome v1.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

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

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago