Skip to content

Releases: ota-meshi/eslint-plugin-jsonc

v2.6.0

05 Jan 02:04
28b764e
Compare
Choose a tag to compare

Minor Changes

v2.5.0

24 Oct 09:00
35c28c1
Compare
Choose a tag to compare

Minor Changes

v2.4.0

16 Aug 05:01
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Properly exclude "off" rules in jsonc/auto rule by @clemyan in #188

New Contributors

Full Changelog: v2.3.1...v2.4.0

v2.3.1

03 Jul 04:38
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix wrong auto-config when nesting config with markdown in jsonc/auto rule by @ota-meshi in #180

Full Changelog: v2.3.0...v2.3.1

v2.3.0

27 May 15:59
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: error using all without sort-array-values config by @kecrily in #169

Full Changelog: v2.2.1...v2.3.0

v2.2.1

17 Feb 02:36
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix false positives for object values in sort-array-values rule by @ota-meshi in #155

Full Changelog: v2.2.0...v2.2.1

v2.2.0

16 Feb 10:58
Compare
Choose a tag to compare

✨ Enhancements

⚙️ Updates

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

27 Jan 12:51
Compare
Choose a tag to compare

✨ Enhancements

  • Add option to set the order group to jsonc/sort-keys rule by @ota-meshi in #148

Full Changelog: v2.0.0...v2.1.0

v2.0.0

05 Nov 06:09
Compare
Choose a tag to compare

💥 Breaking Changes

✨ Enhancements

⚙️ Updates

  • Change configs provided by plugin to parse the .jsonc extension by default. by @ota-meshi in #136

Full Changelog: v1.7.0...v2.0.0

v1.7.0

22 Sep 06:15
Compare
Choose a tag to compare

⚙️ Updates

  • #114 Update jsonc parser.