Skip to content

Releases: ota-meshi/eslint-plugin-yml

v0.7.0

03 Feb 05:11
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #32 Fixed false negatives for hyphen in yml/plain-scalar rule
  • #33 Fixed false negatives for exclamation and question mark in yml/plain-scalar rule

v0.6.2

18 Jan 02:57
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #19 Fixed bug that rules not work when using yaml-eslint-parser as vue-eslint-parser fallback parser.

v0.6.1

13 Jan 02:52
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #18 Fixed missing plugin:yml/standard config.

v0.6.0

12 Jan 13:01
Compare
Choose a tag to compare

✨ Enhancements

New Configs:

  • #17 Added plugin:yml/standard config

New Rules:

  • #16 Added yaml/no-empty-document rule.

New Options:

  • #15 Added nestedHyphen option to yml/block-sequence-hyphen-indicator-newline rule.

⚙️ Updates

  • #16 Updated plugin:yml/recommended config

v0.5.1

12 Jan 01:19
Compare
Choose a tag to compare

⚙️ Updates

  • (5a34598) Upgrade yaml-eslint-parser

v0.5.0

07 Jan 04:52
Compare
Choose a tag to compare

✨ Enhancements

New Rules:

  • #14 Added yml/block-mapping-question-indicator-newline rule.
  • #14 Added yml/block-sequence-hyphen-indicator-newline rule.

🐛 Bug Fixes

  • #13 Fixed wrong auto-fix in yml/block-mapping rule.

v0.4.0

05 Jan 06:26
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #12 Fixed false positives for comments in yml/indent rule

v0.3.0

20 Dec 07:36
Compare
Choose a tag to compare

✨ Enhancements

New Rules:

  • #8 Added yml/sort-keys rule.
  • #9 Added yml/quotes rule.
  • #9 Added yml/plain-scalar rule.
  • #10 Added yml/key-spacing rule.
  • #11 Added yml/require-string-key rule.
  • #11 Added yml/no-empty-key rule.
  • #11 Added yml/no-empty-mapping-value rule.
  • #11 Added yml/no-empty-sequence-entry rule.

⚙️ Updates

  • Change recommended config.
    • #11 Added yml/no-empty-key rule.
    • #11 Added yml/no-empty-mapping-value rule.
    • #11 Added yml/no-empty-sequence-entry rule.

v0.2.0

14 Dec 13:33
Compare
Choose a tag to compare

✨ Enhancements

Core:

  • #6 Supports for Vue custom block.

New Rules:

  • #7 Added yml/key-name-casing rule.