Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 368 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 368 Bytes

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