File tree Expand file tree Collapse file tree 1 file changed +2
-42
lines changed Expand file tree Collapse file tree 1 file changed +2
-42
lines changed Original file line number Diff line number Diff line change 1
1
# WARNING: DO NOT EDIT
2
2
# This file is generated with packages.<system>.efmls-configs-sources, which is run automatically by CI
3
3
{
4
- HTML = {
5
- formatter = {
6
- lang = "HTML" ;
7
- possible = [ ] ;
8
- } ;
9
- linter = {
10
- lang = "HTML" ;
11
- possible = [
12
- "markuplint"
13
- "alex"
14
- "codespell"
15
- "cspell"
16
- "languagetool"
17
- "proselint"
18
- "redpen"
19
- "textlint"
20
- "vale"
21
- "write_good"
22
- ] ;
23
- } ;
24
- } ;
25
- JSON = {
26
- formatter = {
27
- lang = "JSON" ;
28
- possible = [ ] ;
29
- } ;
30
- linter = {
31
- lang = "JSON" ;
32
- possible = [
33
- "jsonlint"
34
- "alex"
35
- "codespell"
36
- "cspell"
37
- "languagetool"
38
- "proselint"
39
- "redpen"
40
- "textlint"
41
- "vale"
42
- "write_good"
43
- ] ;
44
- } ;
45
- } ;
46
4
all = {
47
5
formatter = {
48
6
lang = "all languages" ;
557
515
linter = {
558
516
lang = "html" ;
559
517
possible = [
518
+ "markuplint"
560
519
"djlint"
561
520
"alex"
562
521
"codespell"
670
629
linter = {
671
630
lang = "json" ;
672
631
possible = [
632
+ "jsonlint"
673
633
"jq"
674
634
"alex"
675
635
"codespell"
You can’t perform that action at this time.
0 commit comments