eslint-restricted-globals : A list of confusing globals that should be restricted to be used as globals. You can installing eslint-restricted-globals 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-restricted-globals $ sudo npm install -g eslint-restricted-globals
If want to update the eslint-restricted-globals package execute the command as below,
$ sudo npm update eslint-restricted-globals
Update package globally,
$ npm install -g eslint-restricted-globals
$ sudo git clone https://github.com/rektide/eslint-restricted-globals.git
$ sudo npm install -g ./eslint-restricted-globals
eslint-restricted-globals@0.1.1 /usr/lib/node_modules/eslint-restricted-globals
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-restricted-globals
Package Name | eslint-restricted-globals |
Version | 0.1.1 |
Description | A list of confusing globals that should be restricted to be used as globals |
Released Date | 2017-05-20T09:34:38.616Z |
Published by | sidoshi |
How to Learn | https://www.npmjs.com/package/eslint-restricted-globals/tutorial |