2.0.1 • Published 6 years ago

@scotia/eslint-config-scotiabank-base v2.0.1

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
6 years ago

eslint-config-scotiabank-base

Provides the base ESLint configuration for Scotiabank projects.

The eslint-config-airbnb-base configuration is extended with additional Scotiabank-recommended rulesets.

Usage

Installation

To install:

yarn add -D @scotia/eslint-config-scotiabank-base@latest

This package relies on eslint and eslint-plugin-import as peer dependencies.

Please ensure they are installed as well:

npm info @scotia/eslint-config-scotiabank-base@latest peerDependencies

Configuration

Update your .eslintrc to include:

{
  "extends": "@scotia/eslint-config-scotiabank-base"
}