File tree Expand file tree Collapse file tree 4 files changed +2
-35
lines changed
Expand file tree Collapse file tree 4 files changed +2
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11module . exports = {
22 "env" : {
3- "browser" : false ,
43 "es6" : true ,
54 "node" : true
65 } ,
@@ -21,10 +20,9 @@ module.exports = {
2120 "plugin:import/errors" ,
2221 "plugin:import/warnings"
2322 ] ,
24- "parser" : "@babel/eslint-parser" ,
2523 "parserOptions" : {
26- "ecmaVersion " : 6 ,
27- "sourceType " : "module"
24+ "sourceType " : "module" ,
25+ "ecmaVersion " : 13
2826 } ,
2927 "settings" : {
3028 "import/resolver" : {
Original file line number Diff line number Diff line change 5757 "ws" : " ~8.12.1"
5858 },
5959 "devDependencies" : {
60- "@babel/core" : " ~7.21.0" ,
61- "@babel/eslint-parser" : " ~7.19.1" ,
62- "@babel/plugin-proposal-class-properties" : " ~7.18.6" ,
63- "@babel/plugin-transform-classes" : " ~7.21.0" ,
64- "@babel/preset-env" : " ~7.20.2" ,
6560 "@types/node" : " ~14" ,
66- "babel-loader" : " ~9.1.2" ,
6761 "eslint" : " ~8.35.0" ,
6862 "eslint-import-resolver-webpack" : " ~0.13.2" ,
6963 "eslint-plugin-import" : " ~2.27.5" ,
Original file line number Diff line number Diff line change @@ -25,15 +25,6 @@ module.exports = {
2525 devtool : 'source-map' ,
2626 target : 'node' ,
2727 externals : Object . keys ( packageConfig . dependencies ) ,
28- module : {
29- rules : [
30- {
31- test : / \. j s $ / ,
32- loader : 'babel-loader' ,
33- exclude : / n o d e _ m o d u l e s /
34- }
35- ]
36- } ,
3728 plugins : [
3829 new webpack . DefinePlugin ( {
3930 PACKAGE_VERSION : JSON . stringify ( packageConfig . version )
You can’t perform that action at this time.
0 commit comments