Revision control

Copy as Markdown

Other Tools

"use strict";
module.exports = {
// Extend from the common devtools xpcshell eslintrc config.
extends: "../../../.eslintrc.xpcshell.js",
rules: {
"no-debugger": 0,
},
};