Closed
Bug 1652130
Opened 5 years ago
Closed 5 years ago
Switch the Mozilla eslint parser to use multi-ini
Categories
(Developer Infrastructure :: Lint and Formatting, task, P2)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox80 fixed)
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
eslint-plugin-mozilla currently uses ini-parser
which appears to be unsupported at the moment.
multi-ini
is supported and is pretty much a drop-in replacement, so I think we should switch to that:
https://www.npmjs.com/package/multi-ini
License is MIT: http://npm.broofa.com/?q=multi-ini
It doesn't fully support our support-files lines but it does at least read the ini files so that ESLint passes and runs as well as it does today.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D83176
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Iteration: --- → 80.1 - June 29 - July 12
Points: --- → 2
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/592e371878c0
Switch the Mozilla eslint parser to use multi-ini. r=mossop
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•