You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
the eslint plugin is not doing the checks needed for the codebase. When it tries to run you get a warning message:
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'
The text was updated successfully, but these errors were encountered: