mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
12 lines
294 B
Text
12 lines
294 B
Text
{
|
|
"plugins": [
|
|
"remark-preset-lint-recommended",
|
|
["remark-lint-list-item-indent", false],
|
|
["remark-lint-no-literal-urls", false],
|
|
["remark-lint-no-shortcut-reference-link", false],
|
|
["remark-lint-maximum-line-length", 120]
|
|
],
|
|
"settings": {
|
|
"commonmark": true
|
|
}
|
|
}
|