Bug 1645920 [wpt PR 24157] - [AspectRatio] Make intrinsic sizes respect aspect-ratio...
[gecko.git] / .babel-eslint.rc.js
blob3d691dcecd06c9021340ba3f2f142f8398330aeb
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 module.exports = {
6   plugins: [
7     "@babel/plugin-syntax-optional-chaining",
8     "@babel/plugin-syntax-nullish-coalescing-operator",
9   ],