eslint-plugin-vika

0.0.1 • Public • Published

eslint-plugin-vika

vika eslint plugin

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-vika:

npm install eslint-plugin-vika --save-dev

Usage

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

{
    "plugins": [
        "vika"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "vika/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-vika

Weekly Downloads

187

Version

0.0.1

License

ISC

Unpacked Size

8.44 kB

Total Files

8

Last publish

Collaborators

  • wangkailang992