CLI: treat quick-lint-js.config as a config file, not a .js file
strager opened this issue · 0 comments
strager commented
If I run quick-lint-js foo/quick-lint-js.config
, quick-lint-js parses and lints foo/quick-lint-js.config as if it was a JavaScript source file. This likely leads to confusing diagnostics.