A generic .editorconfig for Node JS projects. $ npm i -g node-editorconfig ; node-editorconfig
npm install node-editorconfigA generic .editorconfig for Node JS projects
sh
$ cd /path/to/project/
$ npx node-editorconfig
`Method 2: With
--global installation
`sh
$ npm install --global node-editorconfig
$ cd /path/to/project/
$ node-editorconfig
✔ .editorconfig file added at /path/to/project/.editorconfig
`Parameters
--overwrite (To overwrite the .editorconfig file, if it already exists)
`sh
$ npx node-editorconfig --overwrite
✔ .editorconfig file overwritten at /path/to/project/.editorconfig
``* Priyank Parashar - GitHub | Twitter | LinkedIn
* https://www.webextensions.org/
* GitHub
* Twitter
* MIT