mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Added config for markdown linter
* Support markdown footnotes * Don't complain about list indentation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"settings": {
|
||||
"footnotes": true
|
||||
},
|
||||
"plugins": [
|
||||
"remark-preset-lint-recommended",
|
||||
["remark-lint-list-item-indent", false]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user