aurelia / template-lint

Sanity check of Aurelia-flavor template HTML
Apache License 2.0
56 stars 17 forks source link

Ignore feature #173

Open arnederuwe opened 7 years ago

arnederuwe commented 7 years ago

Hi,

Is it possible in any way to ignore certain files, or even better, custom elements from being checked? We are using the Kendo bridge in our project and the aurelia linter throws a bunch of warnings for each <ak-template> we define, as it can't resolve the bindings inside the template. This is to be expected as these bindings are resolved by the bridge and coupled to a kendo datasource, linting these is obviously out of the scope of this project. It would be nice however to tell the linter not to take these templates into account, as right now you tend to ignore the errors as there are so many of them, possibly looking over a real issue.