I’ve been linting (if that’s the right term) by copying my HTML document and pasting it into a free HTML code validator. Every time I do it there are between 15 and 20 mouse clicks involved and several keystrokes and involves leaving VS Code for a Windows tab in my browser. It seemed to me that there should be an extension or 3 for VS Code that would make the process less painful. I’ve been looking around, but know too little to evaluate what I’ve read. I need simpler instructions.
I found an extension called esLint. I know there are others. I was put off by the fact that the esLint extension requires a terminal entry to npm, something that I know nothing about. I do know that damage can be done from incorrect use of a teminal window. To prevent shooting myself in the foot - or elsewhere - I thought I should get advice.
First, is linting from VS Code practical and useful for a noob like me?
If so, what extension should I use?
TIA