summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/Harness_sanity/.eslintrc.js
blob: a858d9de4ccb70d4e3db9a5750ad052e32407230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
"use strict";

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

  overrides: [
    {
      files: "*.html",
      env: { browser: true },
    },
  ],
};