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

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