summaryrefslogtreecommitdiff
path: root/toolkit/content/tests/widgets/.eslintrc.js
blob: e149193751d8f4f2784fb4ecd19a3fb2f9fcfb95 (plain)
1
2
3
4
5
6
7
8
"use strict";

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