@scotia/eslint-config-scotiabank-base
v2.0.1
Published
Base ESLint configuration for Scotiabank
Downloads
10
Readme
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"
}