.babel-eslint.rc.js
author Dianna Smith <dsmith@mozilla.com>
Thu, 02 Apr 2026 22:41:01 -0400
changeset 875908 a47c4c1b74cda6200a9ac3b4e0ffce80a2a2f439
parent 735421 16a5fe74d5869b94752eeb642a25ad3d10e9dd99
permissions -rw-r--r--
Revert "Bug 2024240 - Clean up LinuxGamepadService lifecycle interactions with event dispatching." for causing mochitest failures, a=backout This reverts commit c97813951d20e45eaf2cd47e4424967e524f755d.

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* eslint-env node */

module.exports = {
  plugins: ["@babel/plugin-syntax-jsx"],
};