Skip to content

Releases: ota-meshi/eslint-plugin-jsonc

v0.8.2

18 Jan 03:00
Compare
Choose a tag to compare

🐛 Bug Fixes

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

v0.8.1

03 Jan 03:23
Compare
Choose a tag to compare

🐛 Bugfixes

  • #29 Fixed crash when used with eslint-plugin-markdown in jsonc/auto rule.

v0.8.0

14 Dec 13:32
Compare
Choose a tag to compare

💥 Breaking Changes

  • #26 Deprecate jsonc/auto-config. use jsonc/auto rule instead.

✨ Enhancements

Core:

  • #26 Supports for Vue custom block.

New Rules:

  • #26 Added jsonc/auto rule.
  • #27 Added jsonc/key-name-casing rule.

v0.7.1

18 Oct 10:08
Compare
Choose a tag to compare

🐛 Fixed

  • #24 Changed not to use ESLint internal modules

v0.7.0

18 Oct 09:36
Compare
Choose a tag to compare

⚙️ Updates

  • #23 Changed not to use ESLint internal modules

v0.6.0

09 Sep 12:40
Compare
Choose a tag to compare

✨ Enhancements

New Rules:

  • #22 Upgraded parser.
  • #22 Added jsonc/no-numeric-separators rule.

v0.5.1

17 Aug 04:43
b964f68
Compare
Choose a tag to compare

🐛 Bugfixes

  • #21 Change the base config to turn off ESLint core rules that false positives in JSON.

v0.5.0

14 Aug 22:20
a049bf5
Compare
Choose a tag to compare

⚙️ Updates

v0.4.0

14 Aug 00:51
3364f1e
Compare
Choose a tag to compare

✨ Enhancements

New Autofix:

  • #17 Added autofix to jsonc/sort-keys rule

v0.3.1

26 Jul 07:04
d7ce4f8
Compare
Choose a tag to compare

🐛 Bugfixes

  • #16 Fixed wrong end location of Program node.