summaryrefslogtreecommitdiffstats
path: root/devtools/client/performance-new/test/.eslintrc.js
blob: 3d0bd99e1bdb49cbc6749f1786b0668756f7c8dd (plain)
1
2
3
4
5
6
"use strict";

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