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

module.exports = {
  env: {
    // The tests in this folder are testing based on WebExtensions, so lets
    // just define the webextensions environment here.
    webextensions: true,
  },
};