We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee9445 commit cd86d4eCopy full SHA for cd86d4e
2 files changed
package.json
@@ -9,7 +9,7 @@
9
"glob": "^7.0.5",
10
"ignore": "^3.1.3",
11
"js-yaml": "^3.6.1",
12
- "remark-lint": "^4.0.1",
+ "remark-lint": "^4.2.0",
13
"remark-parse": "^1.0.0",
14
"remark-retext": "^2.0.0",
15
"remark-stringify": "^1.0.0",
script/test-prose
@@ -32,10 +32,10 @@ var options = {
32
"no-heading-punctuation": false,
33
"list-item-spacing": false,
34
"first-heading-level": 2, // Page title is h1, so start with h2
35
+ "no-missing-blank-lines": {"exceptTightLists": true},
36
37
// FIXME: Eventually remove these
38
"maximum-heading-length": 80,
- "no-missing-blank-lines": false,
39
},
40
"readability": {
41
"age": 18
0 commit comments