eslint-plugin-unicorn : Various awesome ESLint rules. You can installing eslint-plugin-unicorn 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-unicorn $ sudo npm install -g eslint-plugin-unicorn
If want to update the eslint-plugin-unicorn package execute the command as below,
$ sudo npm update eslint-plugin-unicorn
Update package globally,
$ npm install -g eslint-plugin-unicorn
$ sudo git clone https://github.com/rektide/eslint-plugin-unicorn.git
$ sudo npm install -g ./eslint-plugin-unicorn
eslint-plugin-unicorn@3.0.0 /usr/lib/node_modules/eslint-plugin-unicorn
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-unicorn
Package Name | eslint-plugin-unicorn |
Version | 3.0.0 |
Description | Various awesome ESLint rules |
Released Date | 2017-11-09T12:50:54.790Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/eslint-plugin-unicorn/tutorial |