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
After playing around with it some more, I think I misunderstood what this does. I previously thought ignoring a node meant that ESLint would apply the default rules to those nodes, but now I am under the impression it means to apply no rules to the node. My question remains, however, along with an additional one:
There doesn't seem to be an indent config option for ConditionalExpression (or at least I can't find one). This seems like a gross oversight; I can't get my ternary expressions to match with everything else, and I'm not sure why this would be excluded.
This does not match the style guide and seems generally like an unintuitive choice. What's up wit dat?
The text was updated successfully, but these errors were encountered: