Eslint as of 9.0.0 no longer supports .eslintrc files.
RCA Group
TBD
Description
Environment
None
Potential Workaround
None
Checklist
hideActivity
Show:
Done
Details
Details
Assignee
Unassigned
UnassignedReporter
Kevin Day
Kevin DayPriority
Development Team
Aggies
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created November 5, 2024 at 5:30 PM
Updated February 17, 2025 at 4:59 PM
Resolved February 17, 2025 at 4:59 PM
TestRail: Cases
TestRail: Runs
If I follow the instructions on getting eslint working according to:
-
I end up with
"eslint": "^9.14.0",
.When I run
yarn lint
, I now get this message:The command:
Results in this:
Which also shows potentially newly required dependencies.
I imagine that we either need to migrate to the new format as per that migration guide or set an upper limit of supported versions in the documentation.