npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead added 188 packages, and audited 189 packages in 2s 37 packages are looking for funding run `npm fund` for details 3 vulnerabilities (2 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/clients/soa/js/src/deviceConnectionTransport.ts 6:19 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 11:16 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 77:16 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/soa/js/src/deviceHandler.ts 43:107 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 46:34 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 49:24 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 49:39 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 62:28 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 64:9 error 'state' is never reassigned. Use 'const' instead prefer-const 64:23 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 69:9 error 'fullstate' is never reassigned. Use 'const' instead prefer-const 69:25 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 81:30 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 146:76 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/soa/js/src/deviceMessages.ts 22:18 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/soa/js/src/peer/connection.ts 16:41 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 16:49 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 16:75 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 16:83 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/soa/js/src/peer/webrtc-connection.ts 79:41 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 79:49 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 79:75 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 79:83 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 125:38 warning 'data' is assigned a value but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars 181:36 warning 'data' is assigned a value but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/soa/js/src/service.ts 10:105 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 10:127 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.