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
@lapo-luchini, if you're still stuck on this, have you checked that the angular/function-type rule that's applying is using the named option?
If you haven't overridden anything, both plugin:angular/johnpapa and plugin:angular/bestpractices will use anonymous as the default option for the rule, which causes the lint you're seeing.
gives me a
Use anonymous functions instead of named function angular/function-type
.I tried with:
but that returns the literal function, not the value.
What's the suggested approach here?
The text was updated successfully, but these errors were encountered: