How to Install eslint-plugin-jsdoc NPM Packages on Ubuntu / Debian

How to Install eslint-plugin-jsdoc software package in NPM Packages

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

Git clone:

$ 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

How to remove eslint-plugin-jsdoc package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall eslint-plugin-jsdoc

Basic Information of eslint-plugin-jsdoc NPM Package:

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