xojs / eslint-config-xo-typescript

ESLint shareable config for TypeScript to be used with eslint-config-xo
MIT License
171 stars 25 forks source link

Upgrade @typescript-eslint libs #82

Closed silversonicaxel closed 9 months ago

silversonicaxel commented 9 months ago

The goal of this PR is to upgrade the @typescript-eslint libraries to the latest.

One reason is described here in the issue Conflicts with @typescript-eslint libraries.

Does it make sense?

Fixes #81

sindresorhus commented 9 months ago

You are not understanding semver. >=6.21.0 will already match v7. But sure, I can upgrade these dependencies.