Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 314 Bytes

Eslint Config rules

Usage

npm install --save-dev https://github.com/7digital/eslint-config-7d

Then add the following .eslintrc.json to root

{
  "extends": "eslint-config-7d"
}

Versioning

Just increment the version with npm version patch and push. There is no CI/CD set up for this.