File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1073,9 +1073,6 @@ module.exports = {
10731073 files : [ '*.mjs' ] ,
10741074 parser : '@babel/eslint-parser' ,
10751075 parserOptions : {
1076- babelOptions : {
1077- plugins : [ '@babel/plugin-syntax-top-level-await' ] ,
1078- } ,
10791076 ecmaVersion : 2022 ,
10801077 requireConfigFile : false ,
10811078 sourceType : 'module' ,
Original file line number Diff line number Diff line change 22 "version" : " 3.16.0" ,
33 "devDependencies" : {
44 "@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 " ,
77 "@babel/plugin-proposal-class-properties" : " ^7.14.5" ,
88 "@babel/plugin-proposal-logical-assignment-operators" : " ^7.14.5" ,
99 "@babel/plugin-proposal-nullish-coalescing-operator" : " ^7.14.5" ,
1010 "@babel/plugin-proposal-numeric-separator" : " ^7.14.5" ,
1111 "@babel/plugin-proposal-optional-catch-binding" : " ^7.14.5" ,
1212 "@babel/plugin-proposal-optional-chaining" : " ^7.14.5" ,
13- "@babel/plugin-syntax-top-level-await" : " ^7.14.5" ,
1413 "@babel/plugin-transform-arrow-functions" : " ^7.14.5" ,
1514 "@babel/plugin-transform-block-scoped-functions" : " ^7.14.5" ,
1615 "@babel/plugin-transform-block-scoping" : " ^7.14.5" ,
You can’t perform that action at this time.
0 commit comments