0.3.3 • Published 4 years ago

@binance-chain/eslint-config v0.3.3

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

@binance-chain/eslint-config

Reusable config for Eslint

Install

yarn add @binance-chain/eslint-config -D

Usage

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