Backed out changeset f85447f6f56d (bug 1891145) for causing mochitest failures @...
[gecko.git] / .babel-eslint.rc.js
blobb426705f44d696f22f55aa2b82d14895413c44a0
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 /* eslint-env node */
7 module.exports = {
8   plugins: ["@babel/plugin-syntax-jsx"],
9 };