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