Switch to newer Babel specific config

This commit is contained in:
J. Ryan Stinnett 2021-06-29 13:18:58 +01:00
parent ae0a8b8da4
commit a4f8ca4f8a

View file

@ -1,10 +1,9 @@
module.exports = { module.exports = {
plugins: ["matrix-org"], plugins: ["matrix-org"],
extends: [ extends: [
"plugin:matrix-org/javascript", "plugin:matrix-org/babel",
"plugin:matrix-org/react", "plugin:matrix-org/react",
], ],
parser: "@babel/eslint-parser",
env: { env: {
browser: true, browser: true,
node: true, node: true,