Skip to content

Releases: ota-meshi/eslint-plugin-jsonc

v1.0.0

25 Feb 10:34
Compare
Choose a tag to compare

💥 Breaking Changes

  • Updated presets configs.
    • Changed plugin:jsonc/recommended-with-json and plugin:jsonc/recommended-with-jsonc configs
      • #57 Added jsonc/no-floating-decimal rule.

✨ Enhancements

Core:

  • #53 Added new plugin:jsonc/prettier config for use with Prettier.

New Rules:

  • #57 Added jsonc/no-floating-decimal rule.

v0.9.0

23 Jan 23:41
Compare
Choose a tag to compare

⚙️ Updates

  • #40 Improve error messages in jsonc/valid-json-number rule.

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