-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdefault-config.json
82 lines (82 loc) · 2.71 KB
/
default-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"dictionaries": ["en_US-tech-industry.dic"],
"rules": {
"blockquote-indentation": {"severity": "fatal"},
"checkbox-character-style": {"severity": "fatal"},
"checkbox-content-indent": {"severity": "fatal"},
"code-block-style": {"severity": "fatal"},
"definition-spacing": {"severity": "fatal"},
"fenced-code-flag": {"severity": "fatal"},
"filler": {"severity": "suggest"},
"final-definition": {"severity": "fatal"},
"final-newline": {"severity": "fatal"},
"first-heading-level": {"severity": "fatal"},
"hard-break-spaces": {"severity": "fatal"},
"heading-increment": {"severity": "fatal"},
"heading-style": {"severity": "fatal"},
"hedge": {"severity": "suggest"},
"link-title-style": {"severity": "fatal"},
"list-item-indent": false,
"list-item-spacing": false,
"maximum-line-length": false,
"no-auto-link-without-protocol": {"severity": "fatal"},
"no-duplicate-definitions": {"severity": "fatal"},
"no-duplicate-headings": {"severity": "fatal"},
"no-emphasis-as-heading": {"severity": "fatal"},
"no-file-name-articles": false,
"no-file-name-consecutive-dashes": false,
"no-file-name-irregular-characters": {"severity": "fatal"},
"no-file-name-mixed-case": false,
"no-file-name-outer-dashes": false,
"no-heading-content-indent": {"severity": "fatal"},
"no-heading-indent": {"severity": "fatal"},
"no-html": {"severity": "fatal"},
"no-literal-urls": {"severity": "fatal"},
"no-missing-blank-lines": { "exceptTightLists": true, "severity": "fatal" },
"no-multiple-toplevel-headings": {"severity": "fatal"},
"no-table-indentation": {"severity": "fatal"},
"no-tabs": {"severity": "fatal"},
"no-undefined-references": {"severity": "fatal"},
"no-unused-definitions": {"severity": "fatal"},
"ordered-list-marker-style": {"severity": "fatal"},
"ordered-list-marker-value": {"severity": "fatal"},
"retext-equality": {"severity": "fatal"},
"retext-readability": {
"age": 18,
"minWords": 7,
"severity": "fatal"
},
"retext-simplify": {"severity": "fatal"},
"rule-style": {"severity": "fatal"},
"spelling": {"severity": "fatal"},
"table-pipe-alignment": {"severity": "fatal"},
"table-pipes": {"severity": "fatal"},
"unordered-list-marker-style": {"severity": "fatal"},
"weasel": {"severity": "suggest"}
},
"ignore": [
"address",
"attempt",
"capability",
"combined",
"contains",
"effect",
"expiration",
"function",
"host",
"hosts",
"initial",
"minimize",
"minimum",
"multiple",
"option",
"previous",
"request",
"require",
"requires",
"submit",
"transmit",
"try",
"type"
]
}