1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-28 14:38:38 +00:00
Files
UXP/devtools/client/framework/test/.eslintrc.js
T

7 lines
153 B
JavaScript

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