Question
ESLintError cli is available, try reinstalling the extension
I am trying to start javascript on Dreamweaver but when I execute the first var code, it says
var headingTop = document.querySelector("h1");
console.log(headingTop);
ESLintError cli is available, try reinstalling the extension
I have exist it out and opened it again, it didn't work. How can I fix this problem?
