Webpack loader to lint Aurelia HTML templates using aurelia-template-lint. Version 1.0.1 is the latest stable release. It runs as a pre/post-loader to catch template errors during bundling. Accepts optional configuration like emitErrors, failOnHint, typeChecking, and fileGlob. Differentiators: integrates Aurelia template linting directly into webpack build pipeline. Low maintenance frequency.
npm install aurelia-template-lint-loaderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Webpack configuration to lint Aurelia HTML templates during build with failOnHint enabled.
Use module.rules with enforce: 'pre' instead of preLoaders.
Update to version 1.0.1 which fixes this issue, or manually check build output.