Bug 1874684 - Part 4: Prefer const references instead of copying Instant values....
[gecko.git] / devtools / client / memory / .eslintrc.js
blob5500a7eb10b087f7f016ac591bfc87a3138d6f51
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 "use strict";
7 module.exports = {
8   env: {
9     browser: true,
10   },
11   globals: {
12     d3: true,
13     dagreD3: true,
14   },