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

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