summaryrefslogtreecommitdiff
path: root/toolkit/components/url-classifier/tests/mochitest/.eslintrc.js
blob: 58b3df4a7405a4787ef09221a9c5d2437ff3cba7 (plain)
1
2
3
4
5
6
7
8
"use strict";

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