Skip to content

Commit

Permalink
maint/dev ~ (markdown-linting) update Remark config (ignore list spac…
Browse files Browse the repository at this point in the history
…ing) + comment polish
  • Loading branch information
rivy committed Aug 1, 2022
1 parent 5c1f586 commit cf11c1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .remarkrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// remark configuration (ref: <https://remark.js.org>)
// ref: <https://github.com/remarkjs/remark/tree/main/packages/remark-cli#example-config-files-json-yaml-js>
// v2022-07-13 [rivy]
// ref: <https://github.com/remarkjs/remark/tree/87c50a588466/packages/remark-cli#example-config-files-json-yaml-js>
// v2022-07-31 [rivy]

// spell-checker:ignore (people) Roy Ivy III * rivy (words) frontmatter retext

Expand All @@ -27,6 +27,7 @@ exports.plugins = [
['remark-lint-file-extension', false],
['remark-lint-heading-increment', false],
['remark-lint-list-item-indent', 'mixed'],
['remark-lint-list-item-spacing', false],
['remark-lint-maximum-heading-length', false],
['remark-lint-maximum-line-length', false],
['remark-lint-no-duplicate-headings', false],
Expand Down

0 comments on commit cf11c1e

Please sign in to comment.