Open MikeMcC399 opened 4 weeks ago
Partial resolution through:
I would recommend removing eslint-plugin-square
entirely. Per its README, it's not meant for use in projects outside of Square's organization.
@ddzz
I would recommend removing
eslint-plugin-square
entirely. Per its README, it's not meant for use in projects outside of Square's organization.
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.
@ddzz
I would recommend removing
eslint-plugin-square
entirely. Per its README, it's not meant for use in projects outside of Square's organization.
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 #530