Skip to content

Commit

Permalink
fix: a remark lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
supermurat committed Mar 1, 2019
1 parent 0e95467 commit 2e19e72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 2e19e72

Please sign in to comment.