Open
Bug 1555372
Opened 6 years ago
Updated 3 years ago
Remove eslint comments in toolkit/mozapps/extensions
Categories
(Toolkit :: Add-ons Manager, task, P3)
Toolkit
Add-ons Manager
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox69 | --- | affected |
People
(Reporter: mstriemer, Unassigned)
References
(Blocks 1 open bug)
Details
We should look at defining a better set of eslint rules for the about:addons code. The HTML version generally has a line length set, but there are also other rules that may be useful.
When adding these rules we'll need to either ignore existing code or fix it up.
Reporter | ||
Comment 1•5 years ago
|
||
There are some eslint comments in the mozapps files that should now be removed since we've got prettier keeping things more sane.
Priority: P2 → P3
Summary: Update eslint rules in the toolkit/mozapps/extensions directory → Remove eslint comments in toolkit/mozapps/extensions
Reporter | ||
Comment 2•5 years ago
|
||
Specifically the comments at the top of the file like this one [1].
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•