eslint-plugin-json : Lint JSON files. You can installing eslint-plugin-json 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-json $ sudo npm install -g eslint-plugin-json
If want to update the eslint-plugin-json package execute the command as below,
$ sudo npm update eslint-plugin-json
Update package globally,
$ npm install -g eslint-plugin-json
$ sudo git clone https://github.com/rektide/eslint-plugin-json.git
$ sudo npm install -g ./eslint-plugin-json
eslint-plugin-json@1.2.0 /usr/lib/node_modules/eslint-plugin-json
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-json
Package Name | eslint-plugin-json |
Version | 1.2.0 |
Description | Lint JSON files |
Released Date | 2015-12-25T22:44:08.563Z |
Published by | abandeali |
How to Learn | https://www.npmjs.com/package/eslint-plugin-json/tutorial |