eslint-plugin-jest : Eslint rules for Jest. You can installing eslint-plugin-jest 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-jest $ sudo npm install -g eslint-plugin-jest
If want to update the eslint-plugin-jest package execute the command as below,
$ sudo npm update eslint-plugin-jest
Update package globally,
$ npm install -g eslint-plugin-jest
$ sudo git clone https://github.com/rektide/eslint-plugin-jest.git
$ sudo npm install -g ./eslint-plugin-jest
eslint-plugin-jest@21.3.2 /usr/lib/node_modules/eslint-plugin-jest
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-jest
Package Name | eslint-plugin-jest |
Version | 21.3.2 |
Description | Eslint rules for Jest |
Released Date | 2017-11-09T14:02:48.261Z |
Published by | simenb |
How to Learn | https://www.npmjs.com/package/eslint-plugin-jest/tutorial |