Configure ESLint In Visual Studio Code
ESLint is the most flexible and configurable javascript linter among other javscript linters like JSHint, JSLint etc. It is good practice to have one javascript linter configured in our project, to keep the coding style consistant across the team and to detect some of the errors before runtime.
Here, I am going to show how to configure ESLint in Visual Studio Code editor.