plugins:
  - [ 'remark-frontmatter', 'yaml', '-' ]
  # Check that markdown is consistent.
  - remark-preset-lint-consistent
  # Few recommended rules.
  - remark-preset-lint-recommended
  - remark-lint-maximum-line-length: 120
  # list item indentation should be space
  - - remark-lint-list-item-indent
    - one
  - - remark-lint-unordered-list-marker-style
    - consistent
