summaryrefslogtreecommitdiffstats
path: root/devtools/server/actors/compatibility/lib/test/xpcshell/.eslintrc.js
blob: 65efbdee13f0b634d16e5b22898d67c7b417d456 (plain)
1
2
3
4
5
6
"use strict";

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