0.4.2 • Published 3 years ago

@barnardos/eslint-config-barnardos v0.4.2

Weekly downloads
28
License
MIT
Repository
github
Last release
3 years ago

eslint-config-barnardos

Shareable ESLint configuration for Barnardo's

Installation

npm install @barnardos/eslint-config-barnardos --save-dev

Usage

Set your eslint config to:

{
  "extends": "@barnardos/eslint-config-barnardos"
}

Extending the config

Add a "rules" key to your config, then add your overrides and additions there.