stencil-community / stencil-eslint

ESLint rules specific to Stencil JS projects
MIT License
61 stars 34 forks source link

feat: support @typescript-eslint/eslint-plugin ^7.0.0 #104

Open stfnwp opened 9 months ago

stfnwp commented 9 months ago

Prerequisites

Describe the Feature Request

@typescript-eslint/eslint-plugin has released a new version 7.0.0, but this plugin only support up to 6.x.x, which prevent projects from upgrading eslint-plugin to the latest version.

See the eslint-plugin 7.0.0 release announcement for more details on the changes (some of which might impact plugins):

Describe the Use Case

I want to be able to keep up-to-date dependencies.

Describe Preferred Solution

No response

Describe Alternatives

No response

Related Code

No response

Additional Information

No response