Files
UXP-Fixed/devtools/client/shared/test/.eslintrc.js
T
2018-02-02 04:16:08 -05:00

10 lines
202 B
JavaScript

"use strict";
module.exports = {
// Extend from the shared list of defined globals for mochitests.
"extends": "../../../.eslintrc.mochitests.js",
"globals": {
"DeveloperToolbar": true
}
};