Skip to content

Commit

Permalink
remark: add configuration for markdown checker
Browse files Browse the repository at this point in the history
Configure list item indent check to use spaces.
  • Loading branch information
timn committed Nov 19, 2018
1 parent 3cc9e2e commit c03f913
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .remarkrc.yaml
@@ -0,0 +1,7 @@
# Configuration for remark-lint
# https://github.com/remarkjs/remark-lint
# This is based on remark-preset-lint-recommended.
# SPDX-License-Identifier: GPL-2.0-or-later
plugins:
- remark-preset-lint-recommended
- ["remark-lint-list-item-indent", "space"]

0 comments on commit c03f913

Please sign in to comment.