Closed
Bug 1522722
Opened 6 years ago
Closed 6 years ago
Enable space-in-parens eslint rule for passwordmgr
Categories
(Toolkit :: Password Manager, enhancement, P3)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: MattN, Assigned: plawless)
Details
Attachments
(1 file)
Enable the "space-in-parens": "error"
rule in toolkit/components/passwordmgr/.eslintrc.js.
https://eslint.org/docs/rules/space-in-parens
You can test with ./mach eslint toolkit/components/passwordmgr/
Assignee | ||
Comment 1•6 years ago
|
||
Added "space-in-parens": ["error"] to eslint for passwordmgr, and fixed the 5 errors found.
Assignee | ||
Updated•6 years ago
|
Pushed by mozilla@noorenberghe.ca:
https://hg.mozilla.org/integration/autoland/rev/2fb0d69739bd
Added eslint space-in-parens rule and fixed corresponding errors. r=MattN
Keywords: checkin-needed
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•