summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/webextensions/.eslintrc.js
blob: e57058ecb1c4a04a6aece5e40028e7c9c2fb0d7f (plain)
1
2
3
4
5
6
7
"use strict";

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