Skip to content

Releases: ota-meshi/eslint-plugin-jsonc

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.

v1.3.0

13 Jun 00:17
Compare
Choose a tag to compare

⚙️ Updates

  • #100 Replace ESLint CLIEngine with @eslint/eslintrc

v1.2.1

13 Mar 13:40
Compare
Choose a tag to compare

🐛 Big Fixes

  • #75 Fixed issue where ordering could not be applied to non-standard paths in jsonc/sort-keys rule

v1.2.0

13 Mar 07:21
Compare
Choose a tag to compare

✨ Enhancements

  • #70 Added option to jsonc/sort-keys rule that allows to specify order of properties with array.

v1.1.0

28 Feb 09:02
Compare
Choose a tag to compare

✨ Enhancements

New Rules:

  • #61 Added jsonc/no-octal rule that disallow legacy octal literals.
  • #61 Added jsonc/no-binary-numeric-literals rule that disallow binary numeric literals.
  • #61 Added jsonc/no-octal-numeric-literals rule that disallow octal numeric literals.
  • #61 Added jsonc/no-hexadecimal-numeric-literals rule that disallow hexadecimal numeric literals.
  • #61 Added jsonc/no-unicode-codepoint-escapes rule that disallow Unicode code point escape sequences.
  • #61 Added jsonc/no-escape-sequence-in-identifier rule that disallow escape sequences in identifiers.
  • #61 Added jsonc/no-nan rule that disallow NaN.
  • #61 Added jsonc/no-infinity rule that disallow Infinity.
  • #61 Added jsonc/no-plus-sign rule that disallow plus sign.

⚙️ Update

  • #60 Upgrade jsonc-eslint-parser to v1.0.0

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.