File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ reporter:
4
4
- lcov
5
5
- text-summary
6
6
require :
7
- - esm
7
+ - " @babel/register "
Original file line number Diff line number Diff line change
1
+ /* eslint-env node */
2
+ "use strict"
3
+
4
+ module . exports = {
5
+ plugins : [ "@babel/plugin-transform-modules-commonjs" ] ,
6
+ }
Original file line number Diff line number Diff line change 49
49
"eslint-visitor-keys" : " ^3.3.0"
50
50
},
51
51
"devDependencies" : {
52
+ "@babel/core" : " ^7.20.2" ,
53
+ "@babel/plugin-transform-modules-commonjs" : " ^7.19.6" ,
54
+ "@babel/register" : " ^7.18.9" ,
52
55
"@eslint-community/eslint-plugin-mysticatea" : " ^15.2.0" ,
53
56
"dot-prop" : " ^6.0.1" ,
54
57
"eslint" : " ^8.28.0" ,
55
- "esm" : " ^3.2.25" ,
56
58
"espree" : " github:eslint/espree#1c744b3a602b783926344811a9459b92afe57444" ,
57
59
"mocha" : " ^8.4.0" ,
58
60
"npm-run-all" : " ^4.1.5" ,
You can’t perform that action at this time.
0 commit comments