0.0.15 • Published 4 months ago

eslint-plugin-limhill-plugin v0.0.15

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

eslint-plugin-limhill-plugin

plugin for my online project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-limhill-plugin:

npm install eslint-plugin-limhill-plugin --save-dev

Usage

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

{
    "plugins": [
        "limhill-plugin"
    ]
}

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

{
    "rules": {
        "limhill-plugin/rule-name": 2
    }
}

Rules

TODO: Run eslint-doc-generator to generate the rules list.

0.0.12

4 months ago

0.0.13

4 months ago

0.0.14

4 months ago

0.0.15

4 months ago

0.0.10

4 months ago

0.0.11

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.5

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.4

4 months ago

0.0.1

5 months ago

0.0.0

5 months ago