- Add support for the official ESLint json parser
- Removed support for non-supported node & npm versions
- Removed support for ESLint 4 and below
- Module is now written in typescript
- Added typings (thank you @mjlehrke)
- Patched some packages
- This package has been out long enough for 1.0.0 release
- Added support and tests for ESLint "flat config"
- Several packages have been updated and patched
- Pre-release before adding support for eslint flag config and to fix versioning
- Replaced how JSON document scanning worked so it works with other plugins
- Add support for linting comments
- Add eslint 7 unit testing
- Security updates
- Removed eslint 5 testing
- Security updates
- Added support for scanning JSON documents
- Added support for two new options
additionalDelimiters
: In addition to splitting the string by whitespace, tokens will be further split by these delimitersignoreCase
: Ignores character case when calculating entropy. This could lead to some false negatives
- Security updates