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