summaryrefslogtreecommitdiff
path: root/toolkit/modules/tests/xpcshell/.eslintrc.js
blob: fee088c17903f4fb3f1621846cc068f5916a85d6 (plain)
1
2
3
4
5
6
7
"use strict";

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