summaryrefslogtreecommitdiffstats
path: root/dom/l10n/tests/mochitest/.eslintrc.js
blob: 1779fd7f1cf87a84e1250e836ac8e520f3490f13 (plain)
1
2
3
4
5
"use strict";

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