Skip to content

Commit

Permalink
codacyupdates
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrino committed Mar 31, 2020
1 parent a0d6b0a commit d19f472
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .remarkrc
@@ -1,9 +1,19 @@
{
"plugins": [
"remark-preset-lint-consistent",
"remark-preset-lint-recommended",
"remark-preset-lint-markdown-style-guide",
["remark-lint-list-item-indent", false],
["remark-lint-list-item-spacing", false]
]
"plugins": [
"remark-preset-lint-consistent",
"remark-preset-lint-recommended",
"remark-preset-lint-markdown-style-guide",
[
"remark-lint-list-item-indent",
false
],
[
"remark-lint-list-item-spacing",
false
],
[
"remark-lint-maximum-line-length",
false
]
]
}

0 comments on commit d19f472

Please sign in to comment.