SyntaxFix
Write A Post
Hire A Developer
Questions
Your .eslintrc.json should contain the text below. This way ESLint knows about your global variables.
{ "env": { "browser": true, "node": true } }