Releases: ota-meshi/eslint-plugin-jsonc
Releases · ota-meshi/eslint-plugin-jsonc
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.
v0.4.0
✨ Enhancements
New Autofix:
- #17 Added autofix to
jsonc/sort-keys
rule
v0.3.1
🐛 Bugfixes
- #16 Fixed wrong end location of Program node.