summaryrefslogtreecommitdiff
path: root/toolkit/components/feeds/test/.eslintrc.js
blob: 89764b5510e5c72a60324f2897642133960dbc61 (plain)
1
2
3
4
5
6
7
8
"use strict";

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