Skip to content

Commit

Permalink
Enable no-missing-blank-lines rule
Browse files Browse the repository at this point in the history
...with an exception for tight, nested lists. remarkjs/remark-lint#85
  • Loading branch information
bkeepers committed Aug 15, 2016
1 parent fee9445 commit cd86d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"glob": "^7.0.5",
"ignore": "^3.1.3",
"js-yaml": "^3.6.1",
"remark-lint": "^4.0.1",
"remark-lint": "^4.2.0",
"remark-parse": "^1.0.0",
"remark-retext": "^2.0.0",
"remark-stringify": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion script/test-prose
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ var options = {
"no-heading-punctuation": false,
"list-item-spacing": false,
"first-heading-level": 2, // Page title is h1, so start with h2
"no-missing-blank-lines": {"exceptTightLists": true},

// FIXME: Eventually remove these
"maximum-heading-length": 80,
"no-missing-blank-lines": false,
},
"readability": {
"age": 18
Expand Down

0 comments on commit cd86d4e

Please sign in to comment.