quick-lint-js
quick-lint-js copied to clipboard
.meta/quick-lint-js.config support
https://dotmeta.org/
Alternate proposal: .config/quick-lint-js.config https://dot-config.github.io/
Supporting a general one at a higher level (XDG_CONFIG_HOME on linux seems an obvious choice) that can be overridden locally similarly to other projects such as git would also be nice.
@RossBarnie I haven't considered a user-specific quick-lint-js config file. What is the use case?
If you want to always suppress some rules, no matter the project, maybe you have a common global that you don't want to be warned about (E0057). Probably a bit tenuous to actually spend time on.