eslint-plugin-jsdoc : JSDoc linting rules for ESLint.. You can installing eslint-plugin-jsdoc npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install eslint-plugin-jsdoc $ sudo npm install -g eslint-plugin-jsdoc
If want to update the eslint-plugin-jsdoc package execute the command as below,
$ sudo npm update eslint-plugin-jsdoc
Update package globally,
$ npm install -g eslint-plugin-jsdoc
$ sudo git clone https://github.com/rektide/eslint-plugin-jsdoc.git
$ sudo npm install -g ./eslint-plugin-jsdoc
eslint-plugin-jsdoc@3.2.0 /usr/lib/node_modules/eslint-plugin-jsdoc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-jsdoc
Package Name | eslint-plugin-jsdoc |
Version | 3.2.0 |
Description | JSDoc linting rules for ESLint. |
Released Date | 2017-11-08T01:45:02.024Z |
Published by | gajus |
How to Learn | https://www.npmjs.com/package/eslint-plugin-jsdoc/tutorial |