зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1440094 - Allow `console` as a global for eslint;r=mossop
As of Bug 1425463 it's available in all contexts (including JSM). The following patche is going to remove imports to Console.jsm, so prepare for this by allowing it to be used as a global in eslint. MozReview-Commit-ID: 3gCIspnlVgB --HG-- extra : rebase_source : 6da75d42d7d937b628ef1d9c0d4e349fd76eda36
This commit is contained in:
Родитель
dbf911f4db
Коммит
dcf493b621
|
@ -50,6 +50,7 @@ module.exports = {
|
|||
"WebrtcGlobalInformation": false,
|
||||
// Non-standard, specific to Firefox.
|
||||
"XULElement": false,
|
||||
"console": true,
|
||||
"dump": true,
|
||||
"openDialog": false,
|
||||
"sizeToContent": false,
|
||||
|
|
Загрузка…
Ссылка в новой задаче