2.0.2 • Published 1 year ago

@blockmatic/eslint-config v2.0.2

Weekly downloads
17
License
MIT
Repository
github
Last release
1 year ago

@blockmatic/eslint-config

Blockmatic's TypeScript full ESLint config.

Installation

npm install --save-dev eslint @blockmatic/eslint-config

Usage

After installing, update your project's ESLint config:

{
  "extends" : ["@blockmatic"]
}

Read the ESlint config docs for more information.