I tried to add this to my eslint global variable
"globals": {
"document": false,
"navigator": false,
"window": false,
"rndr": false,
"shrd": false,
"path": true,
"$": false // <--- I also added this
}
but still I am getting undeclared variable or function
.
Here is the flycheck verification.
But the error is still there.
Please, I need some guidance how to fix this.
Thanks