eslint-plugin-owldelaide-plugin

0.0.9 • Public • Published

eslint-plugin-owldelaide-plugin

plugin for frontend training

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-owldelaide-plugin:

npm install eslint-plugin-owldelaide-plugin --save-dev

Usage

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

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

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

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

Rules

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

Package Sidebar

Install

npm i eslint-plugin-owldelaide-plugin

Weekly Downloads

1

Version

0.0.9

License

ISC

Unpacked Size

22.3 kB

Total Files

14

Last publish

Collaborators

  • owldelaide