Switch to newer Babel specific config
This commit is contained in:
parent
ae0a8b8da4
commit
a4f8ca4f8a
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue