eslint-plugin-yuidoc

0.0.3 • Public • Published

eslint-plugin-yuidoc

ESLint rules for YUIDoc

WIP

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-yuidoc:

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

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-yuidoc globally.

Usage

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

{
    "plugins": [
        "yuidoc"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-yuidoc

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

9.04 kB

Total Files

9

Last publish

Collaborators

  • gaurav9576