Closed
Bug 1826063
Opened 2 months ago
Closed 16 days ago
Enable Prettier on production xhtml and html files
Categories
(Developer Infrastructure :: Lint and Formatting, task, P2)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox115 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
With Prettier's process being separated from ESLint in bug 1809497, this fixes the problems we've had with running Prettier on html files, and hence we can now enable Prettier for xhtml
and html
files.
Due to the large amount of changes, I'm planning on doing this in the 115 nightly cycle before the next ESR to hopefully minimise uplift issues.
Assignee | ||
Comment 1•25 days ago
|
||
Due to the large amount of changes for tests, we've decided to only do this for production files for now. Test files we'll likely look at next year.
Summary: Enable Prettier on xhtml and html files → Enable Prettier on production xhtml and html files
Assignee | ||
Comment 2•24 days ago
|
||
Assignee | ||
Comment 3•24 days ago
|
||
Depends on D177908
Assignee | ||
Comment 4•24 days ago
|
||
Depends on D177937
Assignee | ||
Comment 5•20 days ago
|
||
Depends on D177908
Pushed by mbanner@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8bae01c06650 Tidy up devtools production html files before formatting. r=bomsy https://hg.mozilla.org/integration/autoland/rev/917e2c2e51c7 Enable Prettier on production xhtml and html files. r=mossop https://hg.mozilla.org/integration/autoland/rev/674bf95e811e Automatic fixes for enabling Prettier on production xhtml and html files. r=mossop,webdriver-reviewers,webcompat-reviewers,geckoview-reviewers,extension-reviewers,settings-reviewers,application-update-reviewers,credential-management-reviewers,fxview-reviewers,sgalich,nalexander,devtools-reviewers,sclements,denschub,robwu,owlish
Comment 7•16 days ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•