blob: cdeed96871ddeb303061ef181dc82ecfa71f3fd7 (
plain)
1
2
3
4
5
6
7
8
9
|
// The files in this directory are shared by mochitest-browser-chrome,
// mochitest-chrome, and xpcshell tests. At this time it is simpler to just use
// plugin:mozilla/xpcshell-test for eslint.
"use strict";
module.exports = {
extends: ["plugin:mozilla/xpcshell-test"],
};
|