0.0.1 • Published 9 years ago
eslint-plugin-leon-require-jsdoc v0.0.1
eslint-plugin-leon-require-jsdoc
An update to the require-jsdoc that catches more function expressions and declarations.
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-leon-require-jsdoc:
$ npm install eslint-plugin-leon-require-jsdoc --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-leon-require-jsdoc globally.
Usage
Add leon-require-jsdoc to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
    "plugins": [
        "leon-require-jsdoc"
    ]
}0.0.1
9 years ago