Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

TypeScript 5.1.3 version warning with @typescript-eslint/typescript-estree #97

Open
@tsuki-lab

Description

Environment

Issue Description

When running the yarn lint command, a warning is received indicating that the TypeScript version (5.1.3) currently in use is not officially supported by @typescript-eslint/typescript-estree.

Command

yarn lint

Warning Received

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

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

YOUR TYPESCRIPT VERSION: 5.1.3

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

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

Expected Behavior

The linting process should occur without warnings related to unsupported TypeScript versions.

Activity

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions