Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 316 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 316 Bytes

eslint-config-adorable-base

Base ESLint configuration for Adorable IO

Install

yarn add eslint-config-adorable-base --dev

Usage

Add to your package.json file:

"eslintConfig": {
  "extends": [ "adorable-base" ]
}

or to your .eslintrc:

{
  "extends": "adorable-base"
}