11 lines
225 B
JavaScript
11 lines
225 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the shared list of defined globals for mochitests.
|
|
"extends": "../../../.eslintrc.mochitests.js",
|
|
"globals": {
|
|
"runCodeMirrorTest": true,
|
|
"gBrowser": true
|
|
}
|
|
};
|