Skip to content

Commit

Permalink
Add .remarkrc
Browse files Browse the repository at this point in the history
Default codacy remarklint settings are pretty strict, use relaxed
settings.
  • Loading branch information
bitphage committed May 21, 2019
1 parent abb8e3b commit 8351214
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .remarkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"plugins": [
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", "space"],
["remark-lint-fenced-code-flag", false]
]
}

0 comments on commit 8351214

Please sign in to comment.