aurelia / template-lint

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

Webpack loader #135

Closed dweber019 closed 7 years ago

dweber019 commented 7 years ago

@MeirionHughes I have created a simple webpack loader with your module as we are running a aurelia boilerplate and had the requirement to have this.

Webpack loader: https://www.npmjs.com/package/aurelia-template-lint-loader Boilerplate: https://github.com/w3tecch/aurelia-ts-boilerplate

Thanks for your awesome work!

MeirionHughes commented 7 years ago

Nice. :)

Might be worth you locking the dependency to a minor branch, if you've not done so. 0.9 is relatively stable but 0.10 will probably be a breaking change.