summaryrefslogtreecommitdiffstats
path: root/browser/components/resistfingerprinting/test/mochitest/.eslintrc.js
blob: 16ee78885f2a6546947ae96503b642c758798338 (plain)
1
2
3
4
5
6
7
"use strict";

module.exports = {
  rules: {
    "no-eval": "off",
  },
};