0.0.4 • Published 4 years ago

eslint-plugin-ok-eslint-plugin v0.0.4

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

eslint-plugin-ok-eslint-plugin

okg eslint plugin rules package

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-ok-eslint-plugin:

$ npm install eslint-plugin-ok-eslint-plugin --save-dev

Usage

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

{
    "plugins": [
        "ok-eslint-plugin"
    ]
}

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

{
    "rules": {
        "ok-eslint-plugin/multilingual-key-splicing": 1
    }
}

Supported Rules

  • Fill in provided rules here
0.0.4

4 years ago