stylelint : A mighty, modern CSS linter.. You can installing stylelint 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 stylelint $ sudo npm install -g stylelint
If want to update the stylelint package execute the command as below,
$ sudo npm update stylelint
Update package globally,
$ npm install -g stylelint
$ sudo git clone https://github.com/rektide/stylelint.git
$ sudo npm install -g ./stylelint
stylelint@8.2.0 /usr/lib/node_modules/stylelint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall stylelint
| Package Name | stylelint |
| Version | 8.2.0 |
| Description | A mighty, modern CSS linter. |
| Released Date | 2017-10-05T17:33:34.042Z |
| Published by | jeddy3 |
| How to Learn | https://www.npmjs.com/package/stylelint/tutorial |