mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
10 lines
234 B
JavaScript
10 lines
234 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"rules": {
|
|
// See bug 1288147, the devtools front-end wants to be able to run in
|
|
// content privileged windows, where ownerGlobal doesn't exist.
|
|
"mozilla/use-ownerGlobal": "off",
|
|
}
|
|
};
|