eslint-plugin-html : A ESLint plugin to lint and fix inline scripts contained in HTML files.. You can installing eslint-plugin-html 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-html $ sudo npm install -g eslint-plugin-html
If want to update the eslint-plugin-html package execute the command as below,
$ sudo npm update eslint-plugin-html
Update package globally,
$ npm install -g eslint-plugin-html
$ sudo git clone https://github.com/rektide/eslint-plugin-html.git
$ sudo npm install -g ./eslint-plugin-html
eslint-plugin-html@4.0.1 /usr/lib/node_modules/eslint-plugin-html
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-html
Package Name | eslint-plugin-html |
Version | 4.0.1 |
Description | A ESLint plugin to lint and fix inline scripts contained in HTML files. |
Released Date | 2017-11-22T12:08:07.085Z |
Published by | benoitz |
How to Learn | https://www.npmjs.com/package/eslint-plugin-html/tutorial |