gecko-dev/devtools/client/performance/test/.eslintrc.js

7 строки
152 B
JavaScript

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