summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/compatibility/test/xpcshell/.eslintrc.js
blob: 86bd54c245313adb63174396bad174776b1d62b0 (plain)
1
2
3
4
5
6
"use strict";

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