Hello,
I'd like to ask you to implement (and document) support for specifying multiple input files. That would allow us to run jsonlint from build (e.g. npm) scripts since we would like to pass the list of the files to lint from an environment variable. There is actually a lot of linters that accept multiple files already.
Hello,
I'd like to ask you to implement (and document) support for specifying multiple input files. That would allow us to run
jsonlintfrom build (e.g. npm) scripts since we would like to pass the list of the files to lint from an environment variable. There is actually a lot of linters that accept multiple files already.