Dedup remark config

This commit is contained in:
Ian Lewis
2020-01-17 02:40:46 -05:00
parent cac45fb387
commit 3bdcdb0097
2 changed files with 5 additions and 10 deletions
-9
View File
@@ -1,9 +0,0 @@
{
"settings": {
"footnotes": true
},
"plugins": [
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", false]
]
}
+5 -1
View File
@@ -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]
]
}
}