generated/efmls-configs: generate with merged html/json

Case sensitive file systems run into a failure to copy the `HTML/html`
and `JSON/json` files. Generating with the options merged.
This commit is contained in:
Austin Horstman 2025-06-23 23:09:45 -05:00
parent 7594bac24e
commit bc210635f4

View file

@ -1,48 +1,6 @@
# WARNING: DO NOT EDIT # WARNING: DO NOT EDIT
# This file is generated with packages.<system>.efmls-configs-sources, which is run automatically by CI # This file is generated with packages.<system>.efmls-configs-sources, which is run automatically by CI
{ {
HTML = {
formatter = {
lang = "HTML";
possible = [ ];
};
linter = {
lang = "HTML";
possible = [
"markuplint"
"alex"
"codespell"
"cspell"
"languagetool"
"proselint"
"redpen"
"textlint"
"vale"
"write_good"
];
};
};
JSON = {
formatter = {
lang = "JSON";
possible = [ ];
};
linter = {
lang = "JSON";
possible = [
"jsonlint"
"alex"
"codespell"
"cspell"
"languagetool"
"proselint"
"redpen"
"textlint"
"vale"
"write_good"
];
};
};
all = { all = {
formatter = { formatter = {
lang = "all languages"; lang = "all languages";
@ -557,6 +515,7 @@
linter = { linter = {
lang = "html"; lang = "html";
possible = [ possible = [
"markuplint"
"djlint" "djlint"
"alex" "alex"
"codespell" "codespell"
@ -670,6 +629,7 @@
linter = { linter = {
lang = "json"; lang = "json";
possible = [ possible = [
"jsonlint"
"jq" "jq"
"alex" "alex"
"codespell" "codespell"