summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/mochitest/.eslintrc.js
blob: 7612459de1fc6967e49439069e7fdd58960cd27f (plain)
1
2
3
4
5
"use strict";

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