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 = {
plugins: ["matrix-org"],
extends: [
"plugin:matrix-org/javascript",
"plugin:matrix-org/babel",
"plugin:matrix-org/react",
],
parser: "@babel/eslint-parser",
env: {
browser: true,
node: true,