Closed
Bug 1563848
Opened 6 years ago
Closed 6 years ago
Recommend a VSCode plugin for prettier
Categories
(Developer Infrastructure :: Developer Environment Integration, task)
Developer Infrastructure
Developer Environment Integration
Tracking
(firefox69 fixed)
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: past, Assigned: past)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We just made prettier a requirement for m-c and point to various editor plugins on MDN. We should make the same recommendation in VSCode's configuration.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → past
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Blocks: prettier-format
Comment 2•6 years ago
•
|
||
See also the example bit in the docs: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style/Formatting_JS_Code_With_Prettier_and_eslint#Example
{
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true,
"eslint.options": {
"rules": {
"prettier/prettier": "off",
}
}
}
Pushed by pastithas@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9514e803f9b9
Recommend a VSCode plugin for prettier. r=vporof
Assignee | ||
Comment 4•6 years ago
|
||
(In reply to Victor Porof [:vporof][:vp] from comment #2)
See also the example bit in the docs: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style/Formatting_JS_Code_With_Prettier_and_eslint#Example
Yeah, it would have been nice to include that too had we decided not to ignore settings.json in bug 1341585. Perhaps that is a decision that we could revisit.
Comment 5•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
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
•