summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/static/.eslintrc.js
blob: 2faf85ea4e948b649932a1ab2c599e9738169cde (plain)
1
2
3
4
5
6
7
8
9
10
11
"use strict";

const browserTestConfig = require("eslint-plugin-mozilla/lib/configs/browser-test.js");

module.exports = {
  ...browserTestConfig,
  rules: {
    ...browserTestConfig.rules,
    "func-names": "off",
  },
};