Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Husky plugin with eslint doesn't work properly #617

Open
daniele-zurico opened this issue Apr 3, 2024 · 0 comments
Open

Husky plugin with eslint doesn't work properly #617

daniele-zurico opened this issue Apr 3, 2024 · 0 comments
Assignees
Milestone

Comments

@daniele-zurico
Copy link
Contributor

daniele-zurico commented Apr 3, 2024

the eslint plugin is not doing the checks needed for the codebase. When it tries to run you get a warning message:

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0

YOUR TYPESCRIPT VERSION: 5.4.3

Please only submit bug reports when using the officially supported version.

please address this trying not to downgrade typescript - https://typescript-eslint.io/users/dependency-versions/#typescript

To work on this ticket please follow these steps to create your branch:

git checkout release/1.1.0
git pull
git checkout -b 'fix/husky-eslint'
@alexwbbr alexwbbr self-assigned this Apr 4, 2024
@daniele-zurico daniele-zurico added this to the 1.1.0 milestone Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants