summaryrefslogtreecommitdiffstats
path: root/devtools/shared/qrcode/tests/xpcshell/.eslintrc.js
blob: 7f6b62a9e50c1319c1719102602698b251f054aa (plain)
1
2
3
4
5
6
"use strict";

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