Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

wellcometrust/eslint-config-wellcome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published