infctr / eslint-plugin-typescript-sort-keys

A linter plugin to require sorting interface and string enum keys
ISC License
144 stars 28 forks source link

Update package.json to support TypeScript 5.0 #58

Closed kai-dorschner-twinsity closed 1 year ago

kai-dorschner-twinsity commented 1 year ago

Bump peerDependency typescript to support newly released TypeScript 5.0.

Pay attention, the minimum required node.js version is now set to 12, since TypeScript 5.0 itself only supports 12 and up.

infctr commented 1 year ago

Fixes #57