Bug 1700051: part 30) Narrow scope of `newOffset`. r=smaug
[gecko.git] / .babel-eslint.rc.js
blob6901b3c949559072b7ef91decf4fb8b4c93f6641
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-class-properties",
8     "@babel/plugin-syntax-jsx",
9   ],