]> git.lizzy.rs Git - rust.git/blob - .remarkrc
Don't allow adjustments for `manual_map`
[rust.git] / .remarkrc
1 {
2   "plugins": [
3     "remark-preset-lint-recommended",
4     ["remark-lint-list-item-indent", false],
5     ["remark-lint-no-literal-urls", false],
6     ["remark-lint-no-shortcut-reference-link", false],
7     ["remark-lint-maximum-line-length", 120]
8   ],
9   "settings": {
10     "commonmark": true
11   }
12 }