Closed
Bug 1571466
Opened 6 years ago
Closed 6 years ago
Clean up some unnecessary ESLint global definitions
Categories
(Toolkit :: General, task, P3)
Toolkit
General
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
ESLint 6 picks up unused /* global foo */ definitions.
We're not quite ready to upgrade to it yet, so in the meantime, I'd like to land the patch to clean up most of the unnecessary definitions. This will help avoid bitrot and to reduce duplication of unnecessary global definitions.
| Assignee | ||
Comment 1•6 years ago
|
||
These are raised as redeclares or unused variables by ESLint 6.
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dfb2b6706184
Cleanup unnecessary ESLint global definitions. r=mossop
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
| Assignee | ||
Updated•6 years ago
|
Iteration: --- → 70.4 - Aug 19 - Sep 1
| Assignee | ||
Updated•6 years ago
|
Points: --- → 1
You need to log in
before you can comment on or make changes to this bug.
Description
•