Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 621 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 621 Bytes

Architect standard ESLint configuration

GitHub CI status

Installation

Add the following to package.json (and don't forget to remove the .eslintrc.js file).

"eslintConfig": {
  "extends": "@architect/eslint-config"
}