summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/node/fixtures/.eslintrc.js
blob: 56bfc52fb1990a6e4b1ed2a69ccdd14c8d11a42a (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",
};