template-lint
template-lint copied to clipboard
check route-href attribute
Given template with
...
<a route-href="route: client; params.bind: { id: client.id }">go...</a>
...
should check:
- [ ] that
route-href
attribute containsroute
argument - [ ] if it contains some other argument in addition to
route
, it should beparams
- [ ] check param values (presence of
client
and that it hasid
property)