mercury-parser/.remarkrc
Ralph Jbeily 2e1e4d90c9
feat: add remarklint for md docs (#213)
* feat: add remarklint for md docs

* fix: remarkrc file and run linter on commit hook
2019-01-24 11:09:18 +02:00

7 lines
105 B
Plaintext

{
"plugins": [
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", false]
]
}