stylelint-config-standard : Standard shareable config for stylelint. You can installing stylelint-config-standard 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-config-standard $ sudo npm install -g stylelint-config-standard
If want to update the stylelint-config-standard package execute the command as below,
$ sudo npm update stylelint-config-standard
Update package globally,
$ npm install -g stylelint-config-standard
$ sudo git clone https://github.com/rektide/stylelint-config-standard.git
$ sudo npm install -g ./stylelint-config-standard
stylelint-config-standard@17.0.0 /usr/lib/node_modules/stylelint-config-standard
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall stylelint-config-standard
| Package Name | stylelint-config-standard |
| Version | 17.0.0 |
| Description | Standard shareable config for stylelint |
| Released Date | 2017-07-16T12:45:25.791Z |
| Published by | jeddy3 |
| How to Learn | https://www.npmjs.com/package/stylelint-config-standard/tutorial |