From 2e19e72eb85d01d76bfa1dda6ab2d584f7929506 Mon Sep 17 00:00:00 2001 From: Murat Demir Date: Fri, 1 Mar 2019 23:17:53 +0300 Subject: [PATCH] fix: a remark lint issue --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 99110ec..fa22ed9 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,8 @@ }, "remarkConfig": { "plugins": [ - "remark-preset-lint-markdown-style-guide" + "remark-preset-lint-markdown-style-guide", + ["remark-lint-list-item-indent", true] ] }, "husky": {