htmllint / htmllint-cli

A command line interface for htmllint.
ISC License
59 stars 32 forks source link

Read file list from a file #13

Open ghost opened 8 years ago

ghost commented 8 years ago

I just realized that there is no cross-platform way to use environment variables in NPM scripts. So, I guess that the only way to have a single source of file patterns is to store them in a file. Can you please consider adding a support to read the patterns from files? I would prefer a simple text file over e.g. a JSON file.