The purpose of the eslint vscode plugin is integration eslint with vscode environment.
- ➡ eslint - linting and formatting indexed files before commit.
-
Install vs code
eslintplugin by using Quick Open (Ctrl+P) and running the following command:ext install dbaeumer.vscode-eslint
-
Configure vs code
eslintplugin, by adding following settings:
- Automatic linting file with
eslinton save.