Skip to content

Commit b0a6ab2

Browse files
author
Robert Jackson
authored
Merge pull request #280 from bmish/patch-1
docs: add lint rule link
2 parents 623fdd1 + 799328a commit b0a6ab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ transformation of
7979
- `ember-data` classes such as `DS.Model`, `DS.Adapter` etc
8080
- Mixins
8181
- 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)
8383
for more details.
8484
- Ember objects with computed properties that use the `meta` or `property`
8585
modifiers.

0 commit comments

Comments
 (0)