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 4949 "eslint-visitor-keys" : " ^3.3.0"
5050 },
5151 "devDependencies" : {
52+ "@babel/core" : " ^7.20.2" ,
53+ "@babel/plugin-transform-modules-commonjs" : " ^7.19.6" ,
54+ "@babel/register" : " ^7.18.9" ,
5255 "@eslint-community/eslint-plugin-mysticatea" : " ^15.2.0" ,
5356 "dot-prop" : " ^6.0.1" ,
5457 "eslint" : " ^8.28.0" ,
55- "esm" : " ^3.2.25" ,
5658 "espree" : " github:eslint/espree#1c744b3a602b783926344811a9459b92afe57444" ,
5759 "mocha" : " ^8.4.0" ,
5860 "npm-run-all" : " ^4.1.5" ,
You can’t perform that action at this time.
0 commit comments