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

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