0.1.1 • Published 4 years ago

@binancechain/eslint-config v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@binancechain/eslint-config

Reusable config for Eslint

Install

yarn add @binancechain/eslint-config -D

Usage

// package.json
{
  "eslintConfig": {
    "extends": ["@binancechain/eslint-config"]
  }
}