summaryrefslogtreecommitdiff
path: root/toolkit/components/places/tests/browser/.eslintrc.js
blob: 7a41a9cde026e7440e8d65414e710030b0436948 (plain)
1
2
3
4
5
6
7
8
"use strict";

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