File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1073,9 +1073,6 @@ module.exports = {
1073
1073
files : [ '*.mjs' ] ,
1074
1074
parser : '@babel/eslint-parser' ,
1075
1075
parserOptions : {
1076
- babelOptions : {
1077
- plugins : [ '@babel/plugin-syntax-top-level-await' ] ,
1078
- } ,
1079
1076
ecmaVersion : 2022 ,
1080
1077
requireConfigFile : false ,
1081
1078
sourceType : 'module' ,
Original file line number Diff line number Diff line change 2
2
"version" : " 3.16.0" ,
3
3
"devDependencies" : {
4
4
"@babel/cli" : " ^7.14.8" ,
5
- "@babel/core" : " ^7.14.8 " ,
6
- "@babel/eslint-parser" : " ^7.14.9 " ,
5
+ "@babel/core" : " ^7.15.0 " ,
6
+ "@babel/eslint-parser" : " ^7.15.0 " ,
7
7
"@babel/plugin-proposal-class-properties" : " ^7.14.5" ,
8
8
"@babel/plugin-proposal-logical-assignment-operators" : " ^7.14.5" ,
9
9
"@babel/plugin-proposal-nullish-coalescing-operator" : " ^7.14.5" ,
10
10
"@babel/plugin-proposal-numeric-separator" : " ^7.14.5" ,
11
11
"@babel/plugin-proposal-optional-catch-binding" : " ^7.14.5" ,
12
12
"@babel/plugin-proposal-optional-chaining" : " ^7.14.5" ,
13
- "@babel/plugin-syntax-top-level-await" : " ^7.14.5" ,
14
13
"@babel/plugin-transform-arrow-functions" : " ^7.14.5" ,
15
14
"@babel/plugin-transform-block-scoped-functions" : " ^7.14.5" ,
16
15
"@babel/plugin-transform-block-scoping" : " ^7.14.5" ,
You can’t perform that action at this time.
0 commit comments