aurelia / template-lint

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

reflectionOpts.sourceFileGlob - support for multiple globs? #154

Closed llicht closed 7 years ago

llicht commented 7 years ago

Hi,

Currently, reflectionOpts.sourceFileGlob must be a single glob string. Can support be added for an array of glob strings (similar to how gulp's gulp.src supports an array of glob strings)?

Thanks.

MeirionHughes commented 7 years ago

https://github.com/MeirionHughes/aurelia-template-lint/blob/b8fe917b6ce7feabfa1fc03c2325ad1046121d06/source/config.ts#L171-L172

https://github.com/MeirionHughes/aurelia-template-lint/blob/b8fe917b6ce7feabfa1fc03c2325ad1046121d06/example.js#L10

published: 0.9.22