You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I import these environment settings from my application? I tried "extends": "angular" but eslint complains that the global variable inject is undefined.
The text was updated successfully, but these errors were encountered:
I see that in https://github.com/Gillespie59/eslint-plugin-angular/blob/master/environments.js subsection
mocks
you declare theinject
global variable.How do I import these environment settings from my application? I tried
"extends": "angular"
but eslint complains that the global variableinject
is undefined.The text was updated successfully, but these errors were encountered: