added 216 packages, and audited 218 packages in 3s 41 packages are looking for funding run `npm fund` for details 2 vulnerabilities (1 moderate, 1 high) To address all issues, run: npm audit fix Run `npm audit` for details. > lint > eslint . /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/cli/src/commands/common.ts 9:33 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 9:43 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 13:30 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 14:24 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 14:32 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 15:33 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 16:38 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 16:46 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 17:32 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 23:18 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 24:10 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 69:85 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/cli/src/commands/device.ts 8:1 error This line has a length of 204. Maximum allowed is 150 max-len 8:158 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 21:7 error Expected an assignment or function call and instead saw an expression @typescript-eslint/no-unused-expressions 22:7 warning 'url' is assigned a value but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars 24:38 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/cli/src/commands/experiment.ts 8:1 error This line has a length of 212. Maximum allowed is 150 max-len 8:168 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/cli/src/commands/login.ts 49:15 error 'profiles' is never reassigned. Use 'const' instead prefer-const 54:15 error 'profileIndex' is never reassigned. Use 'const' instead prefer-const 61:22 warning 'e' is defined but never used. Allowed unused caught errors must match /^_/u @typescript-eslint/no-unused-vars /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/cli/src/commands/lti.ts 9:1 error This line has a length of 202. Maximum allowed is 150 max-len 9:154 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 11:1 error This line has a length of 176. Maximum allowed is 150 max-len 12:1 error This line has a length of 190. Maximum allowed is 150 max-len /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/cli/src/commands/prompt.ts 19:64 error Unnecessary escape character: \e no-useless-escape 26:24 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/cli/src/commands/template.ts 18:12 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/cli/src/commands/user.ts 8:1 error This line has a length of 173. Maximum allowed is 150 max-len 8:124 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/cli/src/utils.ts 9:36 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 26:30 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 27:42 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 46:38 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any ✖ 35 problems (33 errors, 2 warnings) 2 errors and 0 warnings potentially fixable with the `--fix` option.