1.0.13 • Published 2 years ago

@onekeyfe/eslint-config-onekey v1.0.13

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

onekey-eslint

OneKey Customize ESLint Rule

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @onekeyfe/eslint-config-onekey:

$ npm install @onekeyfe/eslint-config-onekey --save-dev

Usage

Add @onekeyfe/onekey to the extends section of your .eslintrc configuration file. You can omit the eslint-config- prefix:

{
    "extends": [
        "@onekeyfe/onekey"
    ]
}