summaryrefslogtreecommitdiffstats
path: root/devtools/shared/heapsnapshot/tests/browser/.eslintrc.js
blob: 2eba290f7d0bd692054bec82ee594501ff4a981a (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",
};