File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 103
103
"eslint" : " ^9.23.0" ,
104
104
"eslint-import-resolver-typescript" : " link:." ,
105
105
"eslint-plugin-import-x" : " ^4.9.3" ,
106
- "globals" : " ^16.0.0" ,
107
106
"lint-staged" : " ^15.5.0" ,
108
107
"npm-run-all2" : " ^7.0.2" ,
109
108
"path-serializer" : " ^0.3.4" ,
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ export const resolve = (
72
72
73
73
source = removeQuerystring ( source )
74
74
75
- console . log ( 'source:' , source )
76
-
77
75
if ( ! resolver ) {
78
76
const optionsHash = stableHash ( options )
79
77
const cwd = process . cwd ( )
Original file line number Diff line number Diff line change @@ -6649,7 +6649,6 @@ __metadata:
6649
6649
eslint-import-resolver-typescript: "link:."
6650
6650
eslint-plugin-import-x: "npm:^4.9.3"
6651
6651
get-tsconfig: "npm:^4.10.0"
6652
- globals: "npm:^16.0.0"
6653
6652
is-bun-module: "npm:^2.0.0"
6654
6653
lint-staged: "npm:^15.5.0"
6655
6654
npm-run-all2: "npm:^7.0.2"
You can’t perform that action at this time.
0 commit comments