chore(deps): update root #236
Annotations
10 errors and 2 warnings
π Main (ubuntu-latest):
src/auth.ts#L16
Top-level functions should be declared with function keyword
|
π Main (ubuntu-latest):
src/banner.js#L2
Prefer `node:module` over `module`
|
π Main (ubuntu-latest):
src/db-orm/index.ts#L3
Expected 1 empty line after import statement not followed by another import
|
π Main (ubuntu-latest):
src/environment.ts#L8
Top-level functions should be declared with function keyword
|
π Main (ubuntu-latest):
src/environment.ts#L18
Top-level functions should be declared with function keyword
|
π Main (ubuntu-latest):
src/environment.ts#L112
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
π Main (ubuntu-latest):
src/environment.ts#L114
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
π Main (ubuntu-latest):
src/environment.ts#L116
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
π Main (ubuntu-latest):
src/environment.ts#L118
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
π Main (ubuntu-latest):
src/environment.ts#L120
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
π Main (ubuntu-latest):
src/banner.js#L4
'require' is assigned a value but never used. Allowed unused vars must match /^_/u
|
π Main (ubuntu-latest):
tsup.config.ts#L3
'isProduction' is assigned a value but never used. Allowed unused vars must match /^_/u
|