-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Either by copy/paste or unintentional manual entry, I've caught myself a few times doing something like this...
<a href.bind="this.something.url">...</a>
^^^^
... instead of ...
<a href.bind="something.url">...</a>
It'd be great if the linter could find instances of this
within bindings and throw a warning.
Metadata
Metadata
Assignees
Labels
No labels