Closed
Bug 1847580
Opened 4 months ago
Closed 1 month ago
Update ESLint to read .toml files rather than .ini for test manifests
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox121 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: standard8, Assigned: tmarble)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
ESLint reads test manifests to make sure it knows what type of test file it is, so that it can apply the correct rules and environment.
Currently it is using multi-ini to read the files, however with the ongoing switch to .toml
in bug 1821199, we should also update ESLint to read from .toml
files as well.
It looks like there is a toml package on npm that we can probably use.
This switch would probably also fix bug 1781025.
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → tmarble
Status: NEW → ASSIGNED
Pushed by mbanner@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/2be007ea0f37 Update ESLint to read .toml as well as .ini for test manifests r=Standard8
Comment 3•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•