I am assigning a property to the global window object, but when I run eslint, I get this:
\"window\" is not defined
I see t
If you are using Angular you can get it off with:
"env": { "browser": true, "node": true }, "rules" : { "angular/window-service": 0 }