Remove overrides from test configurations in eslint-plugin-mozilla
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Tracking
(firefox132 fixed)
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
In the flat configuration, plugins cannot specify the equivalent of overrides. We already strip the overrides in the top-level .eslintrc.js and then manually specify the equivalent, so I think we can make this simpler on ourselves and have eslint-plugin-mozilla specify only the main configuration.
Assignee | ||
Comment 1•5 months ago
|
||
ESLint v9 doesn't support overrides/file specification in the configurations, so we don't want these
now.
The top-level configuration already strips out the overrides for these and handles them separately, so
there's nothing to add - simply remove the 'removeOverrides' function.
Comment 3•4 months ago
|
||
Backed out for causing node newtab failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/26f637a20dc180da705cb962f1c6acc84cd98277
Failure log -> TEST-UNEXPECTED-FAIL | bundles | about:asrouter bundle out of date
Assignee | ||
Updated•4 months ago
|
Description
•