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
⭐️ #155 - Add ignoreThisExpressions option to ember-get-and-set rule. This allows the rule to enforce get / set usage when operating on foreign objects, but still use the much more ergonomic this.get or this.set when writing methods directly in an Ember Object definition. (@JoelWAnna)
⭐️ #152 - Detect models based on their file paths. (@rmachielse)
🐛 #165 - Allow member expressions and unary expressions for avoid-leaking-state-in-ember-objects rule. (@shegupta)
🐛 #168 - Avoid errors in no-capital-letters-in-routes rule when using a variable. (@cspanring)
🐛 #169 - Ensure init is ordered before other methods in order-in-* rules. (@eskab)
⭐️ #175 - Deprecate avoid-leaking-state-in-components rule in favor of the more general avoid-leaking-state-in-ember-objects rule.