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

CI: Configure typescript-eslint version compatible with project TypeScript version #681

Open
michaeldiamant opened this issue Oct 31, 2022 · 0 comments

Comments

@michaeldiamant
Copy link
Contributor

Problem

npm run lint shows the configured typescript-eslint version does not support the project's TypeScript version. Here's an example taken from https://app.circleci.com/pipelines/github/algorand/js-algorand-sdk/690/workflows/b2db26b7-95e5-4b02-b9ce-6e0b3b5ab96e/jobs/4006:

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 <4.4.0

YOUR TYPESCRIPT VERSION: 4.7.4

The story requests aligning versions of https://github.com/typescript-eslint/typescript-eslint with the project's TypeScript version.

Solution

Dependencies

Urgency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@michaeldiamant @algoanne and others