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

UPDATE: eslint to latest #912

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

Caldwell-74
Copy link
Contributor

@Caldwell-74 Caldwell-74 commented Nov 3, 2023

kept getting this warning
the only way i found to resolve it was an update of eslint to latest
works for me after that but might be good if others test again

( used npm i eslint@latest @typescript-eslint/parser@latest @typescript-eslint/eslint-plugin@latest --save)

bitburner@2.5.1 lint
eslint --fix --ext js,jsx,ts,tsx --max-warnings 0 src

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

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

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

@Snarling Snarling merged commit 4e8c43f into bitburner-official:dev Nov 4, 2023
6 checks passed
@Caldwell-74 Caldwell-74 deleted the eslint-update branch November 5, 2023 16:35
G4mingJon4s pushed a commit to G4mingJon4s/bitburner-src that referenced this pull request Mar 23, 2024
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