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: fix lint warning on frontend #1142

Merged
merged 1 commit into from
Mar 26, 2024
Merged

chore: fix lint warning on frontend #1142

merged 1 commit into from
Mar 26, 2024

Conversation

wesbillman
Copy link
Collaborator

BEFORE:

npm run lint

> [email protected] lint
> eslint . --ext .ts,.tsx,.js,.cjs

=============

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: >=4.7.4 <5.4.0

YOUR TYPESCRIPT VERSION: 5.4.2

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

=============

AFTER:

npm run lint

> [email protected] lint
> eslint . --ext .ts,.tsx,.js,.cjs

@alecthomas alecthomas mentioned this pull request Mar 26, 2024
@wesbillman wesbillman merged commit aee5596 into main Mar 26, 2024
12 checks passed
@wesbillman wesbillman deleted the fix-lint-warning branch March 26, 2024 17:37
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.

1 participant