summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/components/test/node/.eslintrc.js
blob: ffb3e70473bc851b273ffae24319253d12484143 (plain)
1
2
3
4
5
6
7
8
9
10
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

module.exports = {
  env: {
    jest: true,
  },
};