mirror of
https://github.com/postlight/mercury-parser
synced 2024-10-31 03:20:40 +00:00
2e1e4d90c9
* feat: add remarklint for md docs * fix: remarkrc file and run linter on commit hook
7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
{
|
|
"plugins": [
|
|
"remark-preset-lint-recommended",
|
|
["remark-lint-list-item-indent", false]
|
|
]
|
|
}
|