csslint : CSSLint. You can installing csslint 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 csslint $ sudo npm install -g csslint
If want to update the csslint package execute the command as below,
$ sudo npm update csslint
Update package globally,
$ npm install -g csslint
$ sudo git clone https://github.com/rektide/csslint.git
$ sudo npm install -g ./csslint
csslint@1.0.5 /usr/lib/node_modules/csslint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall csslint
Package Name | csslint |
Version | 1.0.5 |
Description | CSSLint |
Released Date | 2016-12-06T08:50:17.732Z |
Published by | xhmikosr |
How to Learn | https://www.npmjs.com/package/csslint/tutorial |