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

module.exports = {
  "extends": [
    "../../../../../testing/mochitest/browser.eslintrc.js"
  ]
};