mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Dedup remark config
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"settings": {
|
||||
"footnotes": true
|
||||
},
|
||||
"plugins": [
|
||||
"remark-preset-lint-recommended",
|
||||
["remark-lint-list-item-indent", false]
|
||||
]
|
||||
}
|
||||
+5
-1
@@ -11,8 +11,12 @@
|
||||
"lint-md": "remark ./content -f"
|
||||
},
|
||||
"remarkConfig": {
|
||||
"settings": {
|
||||
"footnotes": true
|
||||
},
|
||||
"plugins": [
|
||||
"remark-preset-lint-recommended"
|
||||
"remark-preset-lint-recommended",
|
||||
["remark-lint-list-item-indent", false]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user