diff options
author | Ian Lewis <ianlewis@google.com> | 2020-01-17 02:40:46 -0500 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2020-01-17 02:40:46 -0500 |
commit | 3bdcdb0097d4a1d499d78c9e5a50dab2e1a01e0a (patch) | |
tree | d41db4d1a236f32cd62b4d8a22a7ca25bdc0075e /content | |
parent | cac45fb387be62458603d6de261ceb0b70e3e8cd (diff) |
Dedup remark config
Diffstat (limited to 'content')
-rw-r--r-- | content/.remarkrc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/content/.remarkrc b/content/.remarkrc deleted file mode 100644 index b0dca57ce..000000000 --- a/content/.remarkrc +++ /dev/null @@ -1,9 +0,0 @@ -{ - "settings": { - "footnotes": true - }, - "plugins": [ - "remark-preset-lint-recommended", - ["remark-lint-list-item-indent", false] - ] -} |