summaryrefslogtreecommitdiffstats
path: root/devtools/client/memory/test/browser/.eslintrc.js
blob: e9ac813b19db0e36358a7a9c3a6bca9064538915 (plain)
1
2
3
4
5
6
7
8
9
"use strict";

module.exports = {
  // Extend from the shared list of defined globals for mochitests.
  extends: "../../../../.eslintrc.mochitests.js",
  rules: {
    "no-unused-vars": ["error", { vars: "local", args: "none" }],
  },
};