summaryrefslogtreecommitdiffstats
path: root/devtools/shared/tests/xpcshell/.eslintrc.js
blob: cc1ed286cc183c7c557d1373cc2bfeab268b53d0 (plain)
1
2
3
4
5
6
"use strict";

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