gecko-dev/devtools/shared/test-helpers/.eslintrc.js

7 строки
150 B
JavaScript

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