summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/web_extensions/.eslintrc.js
blob: 41c5ed80807473de3c90522988307c9f90092aea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"use strict";

module.exports = {
  env: {
    webextensions: true,
  },
  globals: {
    ExtensionAPI: true,
    // available to frameScripts
    addMessageListener: false,
    content: false,
    sendAsyncMessage: false,
  },
};