Skip to content

Commit 799328a

Browse files
authored
docs: add lint rule link
1 parent b091571 commit 799328a

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)