eslint-plugin-ava : ESLint rules for AVA. You can installing eslint-plugin-ava 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-ava $ sudo npm install -g eslint-plugin-ava
If want to update the eslint-plugin-ava package execute the command as below,
$ sudo npm update eslint-plugin-ava
Update package globally,
$ npm install -g eslint-plugin-ava
$ sudo git clone https://github.com/rektide/eslint-plugin-ava.git
$ sudo npm install -g ./eslint-plugin-ava
eslint-plugin-ava@4.2.2 /usr/lib/node_modules/eslint-plugin-ava
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-ava
Package Name | eslint-plugin-ava |
Version | 4.2.2 |
Description | ESLint rules for AVA |
Released Date | 2017-08-28T04:32:22.566Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/eslint-plugin-ava/tutorial |