Releases: ota-meshi/eslint-plugin-jsonc
Releases · ota-meshi/eslint-plugin-jsonc
v1.0.0
💥 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
⚙️ Updates
- #40 Improve error messages in
jsonc/valid-json-number
rule.
v0.8.2
🐛 Bug Fixes
- #32 Fixed bug that rules not work when using jsonc-eslint-parser as vue-eslint-parser fallback parser.
v0.8.1
🐛 Bugfixes
- #29 Fixed crash when used with
eslint-plugin-markdown
in jsonc/auto
rule.
v0.8.0
💥 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
🐛 Fixed
- #24 Changed not to use ESLint internal modules
v0.7.0
⚙️ Updates
- #23 Changed not to use ESLint internal modules
v0.6.0
✨ Enhancements
New Rules:
- #22 Upgraded parser.
- #22 Added
jsonc/no-numeric-separators
rule.
v0.5.1
🐛 Bugfixes
- #21 Change the base config to turn off ESLint core rules that false positives in JSON.