summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/test/.eslintrc.js
blob: c98b20fb4c5ccdf95da604b8ada6b9fd67e885c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict";

module.exports = {
  extends: [
    "plugin:mozilla/browser-test",
    "plugin:mozilla/chrome-test",
    "plugin:mozilla/mochitest-test",
  ],
  plugins: ["mozilla"],
  rules: {
    "no-shadow": "off",
  },
};