Releases: infctr/eslint-plugin-typescript-sort-keys
Releases · infctr/eslint-plugin-typescript-sort-keys
v1.6.0
Changed
- Update dependencies with security issues
- Update
package.json
export
field
v1.5.0
Changed
- Use
^
to pin dependencies
v1.4.0
Changed
- Support typescript v4 and @typescript-eslint/parser v4 as peer deps
v1.3.0
Changed
- Bump @typescript-eslint/parser to v3.5.0
v1.2.0
Added
- Explicitly list supported node versions
Fixed
- Node conditional exports paths
v1.1.0
Fixed
- Add explicit dependency of json-schema for @typescript-eslint/experimental-utils
v1.0.0
Changed
- Rewrite to typescript with strong types
- Leverage helpers and types from @typescript-eslint/experimental-utils
- Run autofix tests with ESLint Class rather than spawn a child process for eslint runner
- Heavy refactoring and remove code paths that were never taken
- Update ESLint config
- Update to ESLint v7.0.0
- Update dependencies
Added
- Follow semver
- Rollup bundler
v0.10.0
Added
- Add ESLint 7 to peerDependencies
v0.9.0
Added
- New option to
interface
rule: requiredFirst
- if true
, enforce optional properties to come after required ones.