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

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

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