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

WIP: Update eslint to "^9.13.0" #1515

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

kasperbirch1
Copy link
Contributor

Link to issue

https://reload.atlassian.net/browse/DDFHER-112

Description

Update eslint to "^9.13.0"

@kasperbirch1 kasperbirch1 changed the title Update eslint to "^9.13.0" WIP: Update eslint to "^9.13.0" Oct 29, 2024
@JacobArrow
Copy link
Contributor

JacobArrow commented Nov 12, 2024

eslint-config-airbnb and eslint-config-airbnb-typescript does not support Eslint v9 yet
We either need to wait, or extend a different eslint config

We only need to run eslint checks for JS files in the ´src´ directory, as we do with other lint commands
As Eslint v9.0 brings many breaking changes, we need to upgrade plugins to their newest version.
As mentioned below, `globals` <=15.11.0 does not work well with eslint v9.0

sindresorhus/globals#239
@JacobArrow JacobArrow force-pushed the DDFHER-112-update-eslint branch from 13c8cfc to b350830 Compare November 13, 2024 13:57
@JacobArrow JacobArrow marked this pull request as draft November 20, 2024 13:33
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