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

module.exports = {
  extends: ["plugin:mozilla/browser-test"],

  env: {
    webextensions: true,
  },
};