summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index e9e0461b3..c52e26d82 100644
--- a/package.json
+++ b/package.json
@@ -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]
]
}
}