Revision 2d3f88083affe7381bb6ecac6a1d33b32239416d authored by Julien Cristau on 08 July 2020, 15:51:58 UTC, committed by Julien Cristau on 08 July 2020, 15:51:58 UTC
1 parent 47ce6fc
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/. */

module.exports = {
  plugins: [
    "@babel/plugin-syntax-optional-chaining",
    "@babel/plugin-syntax-nullish-coalescing-operator",
  ],
};
back to top