


To check syntax only => it helps you correct your syntax and make sure it conform to standard.
#Setting up node js in visual studio code install
Once we have installed eslint extension on our vs code editor then let install eslint as a global package via npm using the below codeĮnter fullscreen mode Exit fullscreen modeĭuring the initialization eslint will ask you some questions, more like to setup your configuration file.

Let try to install ESLINT extension on vs code editor Let create a simple javascript project usingĪfter the operation was successful it will create a package.json file that will manage all configuration for our project.
