summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-01-17 02:40:46 -0500
committerIan Lewis <ianlewis@google.com>2020-01-17 02:40:46 -0500
commit3bdcdb0097d4a1d499d78c9e5a50dab2e1a01e0a (patch)
treed41db4d1a236f32cd62b4d8a22a7ca25bdc0075e /package.json
parentcac45fb387be62458603d6de261ceb0b70e3e8cd (diff)
Dedup remark config
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]
]
}
}