Skip to content

Releases: ota-meshi/eslint-plugin-jsonc

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.

v1.6.0

22 Aug 07:18
Compare
Choose a tag to compare

⚙️ Updates

  • #111 Add support for ESLint v8 (beta)

v1.5.0

15 Aug 01:23
Compare
Choose a tag to compare

⚙️ Updates

  • #109 Change version range of eslint-utils.
  • #109 Upgrade jsonc-eslint-parser.
  • #109 Add engines section to package.json.

v1.4.0

04 Jul 08:23
Compare
Choose a tag to compare

⚙️ Updates

  • Upgrade jsonc-eslint-parser to v1.1.0

v1.3.1

13 Jun 09:13
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #101 Fixed false negatives for using eslint: preset in jsonc/auto rule.