Skip to content

Commit

Permalink
Add correct remark files
Browse files Browse the repository at this point in the history
  • Loading branch information
dionlarson committed May 12, 2017
1 parent cd2c798 commit 9c824c6
Show file tree
Hide file tree
Showing 154 changed files with 12,842 additions and 37 deletions.
38 changes: 1 addition & 37 deletions .remarkrc
Original file line number Diff line number Diff line change
@@ -1,39 +1,3 @@
{
"plugins": {
"remark-lint": {
"blockquote-indentation": ["error", 2],

"list-item-bullet-indent": ["error", true],
"list-item-indent": ["error", "space"],
"list-item-spacing": ["error", true],
"ordered-list-marker-style": ["error", "."],
"ordered-list-marker-value": ["error", "ordered"],
"unordered-list-marker-style": ["error", "-"],

"heading-style": ["error", "atx"],
"maximum-heading-length": ["error", 56],
"no-duplicate-headings": ["error", true],
"no-emphasis-as-heading": true,
"no-heading-content-indent": ["error", true],
"no-heading-indent": ["error", true],
"no-heading-like-paragraph": ["error", true],
"no-multiple-toplevel-headings": ["error", true],

"link-title-style": ["error", "\""],
"no-empty-url": ["error", true],
"no-literal-urls": ["error", true],

"emphasis-marker": ["error", "_"],
"strong-marker": ["error", "*"],
"no-inline-padding": ["error", true],

"code-block-style": ["error", "fenced"],
"fenced-code-marker": ["error", "`"],

"no-consecutive-blank-lines": ["error", true],
"no-missing-blank-lines": { "exceptTightLists": true },
"no-html": ["error", true],
"no-tabs": ["error", true]
}
}
"plugins": ["remark-preset-lint-make-school"]
}
1 change: 1 addition & 0 deletions node_modules/.bin/remark

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9c824c6

Please sign in to comment.