Closed
Bug 1847580
Opened 2 years ago
Closed 1 year 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 1 open bug)
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•1 year ago
|
||
Updated•1 year 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 year ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•