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 = {
|
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,
|
||||||
|
|
Loading…
Reference in a new issue