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

chore: upgrade eslint #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: upgrade eslint #18

wants to merge 1 commit into from

Conversation

eldu
Copy link
Contributor

@eldu eldu commented Nov 6, 2024

Am i doing this right?

This is for XMA. I'm running into eslint typescript problems

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.6.3

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

Copy link
Member

@RobertGemmaJr RobertGemmaJr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you do a version bump on the package.json as well?

@RobertGemmaJr
Copy link
Member

I like the changes here but that warning is actually an issue with the minor versions of typescript. I've gone down the rabbit hole before and typescript-eslint doesn't seem to have a nice way of disabling the warning. We've never actually ran into an issue with the version differences

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

Successfully merging this pull request may close these issues.

2 participants