infctr/eslint-plugin-typescript-sort-keys

Use Caret (^) for Peer Dependencies

LankyLou opened this issue · 2 comments

Currently the peer dependencies are specified using a tilde (~) which means that there are peer dependency warnings when using the latest versions of eslint and typescript.

If these were a caret (^) then it would remove these warnings, but still be safe against breaking changes.

Thanks for pointing this out! I'll get this fixed

@infctr looks great thanks