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