summaryrefslogtreecommitdiffstats
path: root/toolkit/components/passwordmgr/test/browser/.eslintrc.js
blob: 000a981cbef991941bba4af70a1d36c6e953f41d (plain)
1
2
3
4
5
6
7
"use strict";

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