added 216 packages, and audited 218 packages in 16s 41 packages are looking for funding run `npm fund` for details 1 moderate severity vulnerability 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 56:16 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 203. Maximum allowed is 150 max-len 8:158 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 15:7 warning 'url' is assigned a value but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars 17: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/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 8:36 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 20:38 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any ✖ 27 problems (25 errors, 2 warnings) 2 errors and 0 warnings potentially fixable with the `--fix` option.