Skip to content

v1.1.0

Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 28 Feb 09:02
· 308 commits to master since this release

✨ 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