Tag: node.js
-
Configuring Tooling using ESLint, Editorconfig, Prettier and Husky
Setup EditorConfig : EditorConfig is very helpful, as it can override your current vscode settings with the settings defined in the project (so all the developers has same set of vscode configurations). To make it work, We need to install this extention https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig for Vscode EditorConfig This extension is activated whenever you open a new […]