1.0.2 • Published 3 years ago

eslint-plugin-vastchain v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

eslint-plugin-vastchain

check code

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-vastchain:

npm install eslint-plugin-vastchain --save-dev

Usage

Add vastchain to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "vastchain"
    ]
}

发布

npm adduser

npm login

npm publish