summaryrefslogtreecommitdiffstats
path: root/toolkit/components/prompts/test/.eslintrc.js
blob: af973e82fe1de419bbba58f28a231f6a51e7be63 (plain)
1
2
3
4
5
6
7
8
"use strict";

module.exports = {
  rules: {
    // ownerGlobal doesn't exist in content privileged windows.
    "mozilla/use-ownerGlobal": "off",
  },
};