Revision ac4e11ca8fd625997ca4eb22611654ef8976f921 authored by James Teh on 11 February 2024, 11:18:27 UTC, committed by James Teh on 11 February 2024, 11:18:27 UTC
Original Revision: https://phabricator.services.mozilla.com/D199601

Differential Revision: https://phabricator.services.mozilla.com/D201222
1 parent b54321e
Raw File
.babel-eslint.rc.js
/* 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"],
};
back to top