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

Enhancement: Bump eslint version to 5.47 #726

Closed
wants to merge 2 commits into from

Conversation

algochoi
Copy link
Contributor

Previously, our eslint was not compatible with our Typescript version and emitted the following message:

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.4.0

YOUR TYPESCRIPT VERSION: 4.7.4

This PR bumps the eslint version to 5.47, as only 5.x versions support our current TypeScript version, and 5.47 is the most recent one.

Running npm run lint causes outputs no errors, but some warnings related to our docstrings.

Closes #681

@algochoi algochoi closed this Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Configure typescript-eslint version compatible with project TypeScript version
1 participant