Skip to content

Commit

Permalink
chore: Swap Markdownlint for remark-lint (#2580)
Browse files Browse the repository at this point in the history
The main node repo has styleguide defined in remark-preset-lint-node
  • Loading branch information
nschonni authored and Trott committed Oct 18, 2019
1 parent e2552ea commit 7b1db68
Show file tree
Hide file tree
Showing 4 changed files with 1,293 additions and 231 deletions.
36 changes: 0 additions & 36 deletions .markdownlint.json

This file was deleted.

18 changes: 18 additions & 0 deletions .remarkrc
@@ -0,0 +1,18 @@
{
"plugins": [
"remark-frontmatter",
"remark-preset-lint-node",
["remark-lint-fenced-code-flag", false],
["remark-lint-first-heading-level", false],
["remark-lint-maximum-line-length", false],
["remark-lint-no-file-name-articles", false],
["remark-lint-no-multiple-toplevel-headings", false],
["remark-lint-no-shortcut-reference-link", false],
["remark-lint-no-trailing-spaces", false],
["remark-lint-no-undefined-references", false],
["remark-lint-no-unused-definitions", false],
["remark-lint-prohibited-strings", false],
["remark-lint-table-cell-padding", false],
["remark-lint-table-pipes", false]
]
}

0 comments on commit 7b1db68

Please sign in to comment.