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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ transformation of
79
79
-`ember-data` classes such as `DS.Model`, `DS.Adapter` etc
80
80
- Mixins
81
81
- Ember Objects with objects or arrays as direct properties (`actions` and
82
-
`queryParams` are the exception). See `eslint-plugin-ember/avoid-leaking-state-in-ember-objects`
82
+
`queryParams` are the exception). See [eslint-plugin-ember/avoid-leaking-state-in-ember-objects](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/avoid-leaking-state-in-ember-objects.md)
83
83
for more details.
84
84
- Ember objects with computed properties that use the `meta` or `property`
0 commit comments