template-lint
template-lint copied to clipboard
Support view-only bindables
<template bindable="label,type,property,myValue">
...
</template>
should create local variables (unknown type) in the root context. sub-property access of bindables is unknown and should be ignored.
~~Likely to throw errors at present.~~
As there is no view model, the type linter doesn't run on it.