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

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

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