stylint : A linter for stylus. You can installing stylint 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 stylint $ sudo npm install -g stylint
If want to update the stylint package execute the command as below,
$ sudo npm update stylint
Update package globally,
$ npm install -g stylint
$ sudo git clone https://github.com/rektide/stylint.git
$ sudo npm install -g ./stylint
stylint@1.5.9 /usr/lib/node_modules/stylint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall stylint
| Package Name | stylint |
| Version | 1.5.9 |
| Description | A linter for stylus |
| Released Date | 2016-12-16T22:31:21.922Z |
| Published by | simenb |
| How to Learn | https://www.npmjs.com/package/stylint/tutorial |