Enable all ESLint rules on toolkit/**/*.xhtml files
Categories
(Toolkit :: General, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: standard8, Assigned: soniasingla)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
When we moved xul files to xhtml we disabled various ESLint rules by default where they were failing.
This bug is to enable no-unused-vars and no-undef on toolkit/**/*.xhtml
files
This bug is to enable those rules.
Note: we'll need to understand why SimpleTest
/info
/ok
etc are not defined on some of the tests by default. It could be that they're being loaded into other files that define those globals in the scope automatically.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D85626
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D85627
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D86483
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D87183
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d6d0df9d4e44
https://hg.mozilla.org/mozilla-central/rev/e24882c66cc9
https://hg.mozilla.org/mozilla-central/rev/ff32ec1091bf
https://hg.mozilla.org/mozilla-central/rev/e3df31c1cbe7
https://hg.mozilla.org/mozilla-central/rev/e28fa0b7c013
Description
•