-
Notifications
You must be signed in to change notification settings - Fork 9
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
Migrate to ESLint flat config for CI tests #529
Comments
Partial resolution through: |
I would recommend removing |
Thank you for your guidance! I guess it's no coincidence that eslint-plugin-square@24.0.0 currently used in this repo was released by @bmish, who was apparently working at Square at that time. I assume that this was done for convenience. There are two issues mentioned in the original post supporting the removal:
Removing eslint-plugin-square, whilst preserving the linting functioning it was providing, requires adding back some other ESLint plugins it uses. |
|
|
What would you like?
Migrate tests running in .github/workflows/ci.yml to use ESLint flat configuration.
Why is this needed?
lint
, used in CI, relies on runningeslint
.v8
..eslintrc
is deprecated in ESLintv9
and is planned to be removed in ESLintv10
.v8
support ceased on Oct 5, 2024.v9
and later..eslintrc.cjs
configuration needs to be replaced by a flat configuration.Other
8.33.0
8.57.1
8.57.1
24.0.0
11.1.0
eslint-plugin-n@17.11.1
45.0.2
50.0.0
56.0.0
27.2.1
27.9.0
27.9.0
5.52.0
7.0.0
5.52.0
7.0.0
5.52.0
7.0.0
Comments
8.*
version to avoid any resolved issues supporting flat configurations in ESLintv8
. Edit: done with PR chore(deps): update eslint to 8.57.1 #530The text was updated successfully, but these errors were encountered: