summaryrefslogtreecommitdiffstats
path: root/browser/extensions/search-detection/tests/browser/.eslintrc.js
blob: e57058ecb1c4a04a6aece5e40028e7c9c2fb0d7f (plain)
1
2
3
4
5
6
7
"use strict";

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