Skip to content

Commit

Permalink
chore: Upgrade remark-preset-lint-node
Browse files Browse the repository at this point in the history
Disabled the no-literal-urls rule that was added.
That will be done in a separate pass since it should be done as part of
syncing changelogs disables to match upstream.
  • Loading branch information
nschonni committed May 1, 2020
1 parent 739a611 commit 25bd206
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 1,208 deletions.
1 change: 1 addition & 0 deletions .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
["remark-lint-first-heading-level", false],
["remark-lint-maximum-line-length", false],
["remark-lint-no-file-name-articles", false],
["remark-lint-no-literal-urls", false],
["remark-lint-no-shortcut-reference-link", false],
["remark-lint-no-trailing-spaces", false],
["remark-lint-no-undefined-references", false],
Expand Down
Loading

0 comments on commit 25bd206

Please sign in to comment.