editorconfig : EditorConfig File Locator and Interpreter for Node.js. You can installing editorconfig 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 editorconfig $ sudo npm install -g editorconfig
If want to update the editorconfig package execute the command as below,
$ sudo npm update editorconfig
Update package globally,
$ npm install -g editorconfig
$ sudo git clone https://github.com/rektide/editorconfig.git
$ sudo npm install -g ./editorconfig
editorconfig@0.15.0 /usr/lib/node_modules/editorconfig
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall editorconfig
Package Name | editorconfig |
Version | 0.15.0 |
Description | EditorConfig File Locator and Interpreter for Node.js |
Released Date | 2017-10-20T18:37:27.138Z |
Published by | jedmao |
How to Learn | https://www.npmjs.com/package/editorconfig/tutorial |