eslint-plugin-okay

0.0.2 • Public • Published

eslint-plugin-okay

A set of eslint rules for fast frontend development

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-okay:

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

Usage

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

{
    "plugins": [
        "okay"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-okay

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

3.97 kB

Total Files

7

Last publish

Collaborators

  • hackwaly