Closed
Bug 1329012
Opened 6 years ago
Closed 6 years ago
Enable the no-useless-call rule for eslint
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: jaws, Assigned: jaws)
Details
Attachments
(1 file)
There are nine errors that are caught by this rule. This rule focuses on unnecessary uses of Function.call() and .apply().
Comment hidden (mozreview-request) |
Comment 2•6 years ago
|
||
mozreview-review |
Comment on attachment 8824227 [details] Bug 1329012 - Enable the no-useless-call rule for eslint and fix the nine errors that it caught. https://reviewboard.mozilla.org/r/102742/#review103512
Attachment #8824227 -
Flags: review?(dtownsend) → review+
Pushed by jwein@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/9eb227438c64 Enable the no-useless-call rule for eslint and fix the nine errors that it caught. r=mossop
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9eb227438c64
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•