Skip to content

Releases: remarkjs/remark-lint

remark-lint-directive-quote-style@1.0.0

Choose a tag to compare

@wooorm wooorm released this 27 Jan 12:07
dc1d022

remark-lint-directive-collapsed-attribute@1.0.0

Choose a tag to compare

@wooorm wooorm released this 27 Jan 12:08
c4d9bd4

remark-lint-directive-attribute-sort@1.0.0

Choose a tag to compare

@wooorm wooorm released this 27 Jan 12:07
17f4792

remark-lint-definition-sort@1.0.0

Choose a tag to compare

@wooorm wooorm released this 27 Jan 12:03
6806811

remark-lint-correct-media-syntax@1.0.0

Choose a tag to compare

@wooorm wooorm released this 27 Jan 12:02
c1c16a8

remark-lint-maximum-line-length@4.0.1

Choose a tag to compare

@wooorm wooorm released this 17 Apr 12:53
db0baa2

remark-lint-final-definition@4.0.1

Choose a tag to compare

@wooorm wooorm released this 17 Apr 20:22
7f5bb6b

10.0.0

Choose a tag to compare

@wooorm wooorm released this 09 Apr 17:33
6b6ea9c

(this is a major for each package maintained here)

Change

  • 943a574 Change to require Node.js 16
    migrate: update too
  • 625f7f9 Change to use exports
    migrate: don’t use private APIs
  • 255ca39 Update unified, @types/mdast, etc
    migrate: update too
  • 8df41b3 remark-preset-lint-recommended: change to prefer remark-lint-list-item-indent: 'one'
    migrate: pass tab if you want previous behavior
  • 63d132d remark-preset-lint-consistent: add remark-lint-ordered-list-marker-value
    migrate: turn off or configure with what you prefer
  • ccea691 remark-list-item-indent: change default to one
    migrate: pass tab if you want previous behavior
  • 07140bd remark-list-item-indent: rename space to one, tab-size to tab
  • 7ca5d3c unified-lint-rule: rename RuleMeta type to Meta
  • 906012e Remove deprecated (pre CommonMark) remark-lint-no-inline-padding
  • 9cdda80 Remove deprecated (pre CommonMark) remark-lint-no-auto-link-without-protocol

Add

  • 45aeac2 Add better messages, rewrite and improve rules
  • 655ba54 Add better support for gfm, directives, math, mdx
  • 18e669f remark-lint-file-extension: add option to disallow extensionless
  • 4057f15 remark-lint-no-empty-url: add check for #

Fix

  • 802f78f remark-lint-table-pipe-alignment: fix empty centered cell

Docs

Misc

Full Changelog: 9.1.2...10.0.0

remark-lint-table-pipe-alignment@3.1.3

Choose a tag to compare

@wooorm wooorm released this 29 Jul 13:30
53e9213

9.1.2

Choose a tag to compare

@wooorm wooorm released this 16 May 14:15
ef0f459

Fix

  • 639271a Fix table alignment related rules for micromark changes
    (remark-lint-table-cell-padding, remark-lint-table-pipe-alignment)
  • 5bdc23b Check urls from definitions
    (remark-lint-no-empty-url) by @Xunnamius in #299

Misc

Full Changelog: 9.1.1...9.1.2