File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 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:
44 - lcov
55 - text-summary
66require :
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 2222 "eslint-visitor-keys" : " ^3.3.0"
2323 },
2424 "devDependencies" : {
25+ "@babel/core" : " ^7.20.2" ,
26+ "@babel/plugin-transform-modules-commonjs" : " ^7.19.6" ,
27+ "@babel/register" : " ^7.18.9" ,
2528 "@eslint-community/eslint-plugin-mysticatea" : " ^15.2.0" ,
2629 "dot-prop" : " ^6.0.1" ,
2730 "eslint" : " ^8.28.0" ,
28- "esm" : " ^3.2.25" ,
2931 "espree" : " github:eslint/espree#1c744b3a602b783926344811a9459b92afe57444" ,
3032 "mocha" : " ^8.4.0" ,
3133 "npm-run-all" : " ^4.1.5" ,
You can’t perform that action at this time.
0 commit comments