summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/tabMediaIndicator/.eslintrc.js
blob: 90c8ff7bef0038bda0922e46e2f43e30c042fdea (plain)
1
2
3
4
5
6
7
8
"use strict";

module.exports = {
  extends: ["plugin:mozilla/browser-test"],
  rules: {
    "no-shadow": "off",
  },
};