Closed
Bug 1349000
Opened 8 years ago
Closed 3 years ago
Consider integrating eslint by default in the emacs shipped as part of mozilla-build
Categories
(Firefox Build System :: MozillaBuild, enhancement, P3)
Firefox Build System
MozillaBuild
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: florian, Unassigned)
References
Details
The mozilla-build package we distribute to quickly get a Windows build environment ships emacs. We should ensure that editor is preconfigured with the appropriate eslint plugin.
Updated•7 years ago
|
Summary: consider integrating eslint by default in the emacs shipped as part of mozilla-build → Consider integrating eslint by default in the emacs shipped as part of mozilla-build
Updated•7 years ago
|
Severity: normal → enhancement
Priority: -- → P3
Updated•7 years ago
|
Product: Testing → Firefox Build System
Updated•6 years ago
|
Version: Version 3 → 3 Branch
Comment 1•3 years ago
|
||
I've just realised this would be more of a Mozilla build thing. I'm not convinced that we should necessarily do this, since Emacs use isn't significant, it'd be nice to have maybe.
Component: Lint and Formatting → MozillaBuild
Product: Firefox Build System → mozilla.org
Version: 3 Branch → other
Comment 2•3 years ago
|
||
eslint
requires NodeJS, and MozillaBuild doesn't have Node built-in, and it's a heavyweight dependency.
Besides, it's a bit goofy that MozillaBuild carries any IDEs or developer editing tools in the first place - those should be installed and used by developers themselves, especially when the embedded "blessed" tools are as tricky to learn as emacs.
TL;DR: the workaround here is to manually install Emacs and set it up with eslint
outside of MozillaBuild :)
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
Product: mozilla.org → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•