Mypal/devtools/client/framework/test/.eslintrc.js
2019-03-11 13:26:37 +03:00

7 lines
153 B
JavaScript

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