Closed
Bug 1825507
Opened 2 years ago
Closed 2 years ago
Allow Prettier to be run as a separate process from ESLint with an environment variable
Categories
(Developer Infrastructure :: Lint and Formatting, task, P2)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox113 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
In bug 1809497 we are working towards separating out ESLint and prettier. I'd like to initially land a patch which makes the separation operate when an environment variable is set. This will make it easier for me to check out editor settings and general usage before enabling for everyone.
Assignee | ||
Comment 1•2 years ago
|
||
This is enough to allow ESLint and Prettier to be run as different processes within the same lint command.
It does not fix all the failures with those two separate - that will be handled in follow-up bugs.
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0252a3926ac9
Separate out prettier and ESLint to run as different processes. r=linter-reviewers,devtools-reviewers,ahal
Comment 3•2 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•