summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/browser/.eslintrc.js
blob: ef228570e3020678d21fd2f89bf4a1a6c5b69fae (plain)
1
2
3
4
5
6
7
8
9
10
11
"use strict";

module.exports = {
  env: {
    webextensions: true,
  },

  rules: {
    "no-shadow": "off",
  },
};