Releases: itgalaxy/remark-preset-lint-itgalaxy
Releases · itgalaxy/remark-preset-lint-itgalaxy
v14.0.0
13.0.0
- Changed: drop
nodejs@4
support. - Removed:
remark-message-control
becauseremark-lint
already have this plugin.
12.0.0
- Changed: remove all stylistics rules in favor
prettier
.
11.0.0
- Added (Major update):
remark-lint-no-trailing-spaces
rule.
10.0.0
Chore: minimum required remark-validate-links version is now ^7.0.0.
9.0.0
- Changed: use
exceptTightLists: true
forremark-lint-no-missing-blank-lines
rule. - Removed:
remark-lint-maximum-line-length
rule.
8.0.0
- Added:
remark-comment-config
plugin. - Added:
remark-message-control
plugin. - Added (Major update):
remark-lint-no-url-trailing-slash
rule. - Added (Major update):
remark-validate-links
rule. - Added (Major update):
remark-lint-no-multiple-toplevel-headings
rule. - Added (Major update):
remark-lint-no-heading-like-paragraph
rule. - Changed: value for
remark-lint-maximum-line-length
rule is now80
. - Changed: value for
remark-lint-list-item-indent
rule is nowspace
.
7.0.2
Chore: minimum required remark-lint-no-paragraph-content-indent
version is now ^1.0.2
.
7.0.1
- Chore: minimum required
remark-lint-no-paragraph-content-indent
version is now^1.0.1
.
7.0.0
- Added (Major update):
remark-lint-no-paragraph-content-indent
rule. - Added (Major update):
remark-lint-linebreak-style
rule. - Added (Major update):
remark-lint-code-block-style
rule. - Changed: use
allowEmpty: false
forremark-lint-fenced-code-flag
rule. - Changed: use
---
horizontal rule forremark-lint-rule-style
rule. - Changed: use
"
quotes forremark-lint-link-title-style
rule. - Fixed: rename
remark-lint-no-blockquote-without-caret
rule toremark-lint-no-blockquote-without-marker
rule.