зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1773452 - Disable ESlint warnings about use of osfile for osfile files. r=barret
Differential Revision: https://phabricator.services.mozilla.com/D148754
This commit is contained in:
Родитель
b0cd658b0c
Коммит
73fcd6408d
|
@ -561,5 +561,12 @@ module.exports = {
|
|||
"devtools/**",
|
||||
],
|
||||
},
|
||||
{
|
||||
// Turn off the osfile rule for osfile.
|
||||
files: ["toolkit/components/osfile/**"],
|
||||
rules: {
|
||||
"mozilla/reject-osfile": "off",
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче