InfiniteLukeOne

Results 3 issues of InfiniteLukeOne

Consider a view: ``` ``` and a view model: ``` export class ViewModel { data = { property1: 'test', property2: '' }; } ``` aurelia-template-lint should output a warning that...

Consider a view: ``` ``` and a view model: ``` type Alias = { property1: string; property2: string; }; export class ViewModel { data: Alias = { property1: 'test', property2:...

**I'm submitting a bug report** * **Library Version:** 1.7.1 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** 16.16.0 * **NPM Version:** 8.11.0 * **JSPM...