@contrast/eslint-config

Base ESLint configuration for Contrast NodeJS projects

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@contrast/eslint-config
003.2.09 months ago4 years agoMinified + gzip package size for @contrast/eslint-config in KB

Readme

@contrast/eslint-config
Base ESLint configuration for Contrast NodeJS projects.

Installation and Usage

npm install --save-dev @contrast/eslint-config
# if on npm <7
npx install-peerdeps --dev @contrast/eslint-config

Add the following to your .eslintrc.json or wherever else your ESLint config may reside:
{
  "extends": "@contrast"
}