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

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