Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 508 Bytes

Enabling ESLint in VS Code

Install the ESLint Extension for VS Code

  • Go to the Extensions view in VS Code.

  • In the Extensions view, search for "ESLint".

  • Find the ESLint extension by Microsoft. It should have the following details:

    • Name: ESLint
    • Id: dbaeumer.vscode-eslint
    • Publisher: Microsoft
    • VS Marketplace Link: ESLint Extension
  • Click on the 'Install' button to install the ESLint extension.

Note: You will need to reload VS Code after installing the ESLint extension.