summaryrefslogtreecommitdiff
path: root/devtools/shared/worker/tests/browser/.eslintrc.js
blob: 698ae9181a0a277e3307107b14ec982d0e3d6479 (plain)
1
2
3
4
5
6
"use strict";

module.exports = {
  // Extend from the shared list of defined globals for mochitests.
  "extends": "../../../../.eslintrc.mochitests.js"
};