Closed
Bug 1875027
Opened 1 year ago
Closed 1 year ago
Remove deprecated ESLint rule no-return-await
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox123 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
According to the ESLint page, the no-return-await rule is now deprecated as the performance issues have been reduced in the v8 engine.
As the rule is deprecated, and likely to go away soon, I would rather remove it now, than to do the work for enabling it for layout/ and dom/.
| Assignee | ||
Comment 1•1 year ago
|
||
Eslint has now deprecated the rule.
Depends on D198777
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f57bb85a2ed6
Remove deprecated ESLint rule no-return-await. r=mossop
Comment 3•1 year ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•