Skip to content

v0.1.4

Choose a tag to compare

@JoernBerkefeld JoernBerkefeld released this 03 Jul 08:19
· 11 commits to main since this release

Chores

  • Refactored the parser internals to satisfy new opinionated rules introduced in eslint-plugin-unicorn v70 (prefer-includes-over-repeated-comparisons, no-unreadable-for-of-expression, no-break-in-nested-loop, no-declarations-before-early-exit) with no change to parser behavior or public API.
  • Trimmed the eslint.config.mjs unicorn override list down to only unicorn/name-replacements.

Dependencies

  • Bump eslint-plugin-unicorn from ^64.0.0 to ^70.0.0
  • Bump eslint-plugin-jsdoc from ^62.0.0 to ^63.0.10

Full Changelog: v0.1.3...v0.1.4