Releases: ota-meshi/eslint-plugin-jsonc
Releases · ota-meshi/eslint-plugin-jsonc
v2.6.0
Minor Changes
- #205
05be0a9
Thanks @danielrentz! - disableno-unused-vars
in base config
v2.5.0
Minor Changes
- #199
b3af910
Thanks @ota-meshi! - feat: addjsonc/no-irregular-whitespace
rule
v2.4.0
v2.3.1
🐛 Bug Fixes
- Fix wrong auto-config when nesting config with markdown in
jsonc/auto
rule by @ota-meshi in #180
Full Changelog: v2.3.0...v2.3.1
v2.3.0
v2.2.1
🐛 Bug Fixes
- Fix false positives for object values in sort-array-values rule by @ota-meshi in #155
Full Changelog: v2.2.0...v2.2.1
v2.2.0
✨ Enhancements
- Add sort-array-values rule by @ota-meshi in #152
⚙️ Updates
- Minor doc updates by @chris-reeves in #151
- Refactor for sort-keys rule by @ota-meshi in #153
New Contributors
- @chris-reeves made their first contribution in #151
Full Changelog: v2.1.0...v2.2.0
v2.1.0
✨ Enhancements
- Add option to set the order group to
jsonc/sort-keys
rule by @ota-meshi in #148
Full Changelog: v2.0.0...v2.1.0
v2.0.0
💥 Breaking Changes
- Drop support for node v8-11, v13, and v15, and drop support for ESLint v5 by @ota-meshi in #130
- Upgrade parser to v2 by @ota-meshi in #132
- Change config by @ota-meshi in #73
See #73 for details on this changes.
✨ Enhancements
- Add
jsonc/no-parenthesized
rule by @ota-meshi in #133 - Add
jsonc/no-binary-expression
rule by @ota-meshi in #134 - Add
jsonc/all
config by @ota-meshi in #135
⚙️ Updates
- Change configs provided by plugin to parse the
.jsonc
extension by default. by @ota-meshi in #136
Full Changelog: v1.7.0...v2.0.0