eslint-plugin-etc icon indicating copy to clipboard operation
eslint-plugin-etc copied to clipboard

Upgrade eslint-etc to v5.2.1

Open garycourt opened this issue 1 year ago • 0 comments

I'm getting the following warning when installing eslint-plugin-etc with Typescript 5+.

warning "eslint-plugin-etc > [email protected]" has incorrect peer dependency "typescript@^4.0.0".
warning "eslint-plugin-etc > eslint-etc > [email protected]" has incorrect peer dependency "typescript@^4.0.0".

This plugin has a dependency on [email protected], which doesn't official support Typescript 5. The latest release of eslint-etc does officially support Typescript 5.

This issue is requesting that eslint-etc be bumped to version 5.2.1, which should solve the above warning.

garycourt avatar Jun 21 '23 18:06 garycourt