summaryrefslogtreecommitdiff
path: root/devtools/shared/tests/unit/.eslintrc.js
blob: 0124280192b7ffb2d9e4b76b261c4c89d924340c (plain)
1
2
3
4
5
6
"use strict";

module.exports = {
  // Extend from the common devtools xpcshell eslintrc config.
  "extends": "../../../.eslintrc.xpcshell.js"
};