Skip to content

[main] Fix npm audit #810

[main] Fix npm audit

[main] Fix npm audit #810

Triggered via pull request November 16, 2025 03:32
Status Success
Total duration 43m 18s
Artifacts

lint-eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
NPM lint: src/services/RegistrationService.js#L31
Missing JSDoc @param "id" type
NPM lint: src/services/RegistrationService.js#L31
Missing JSDoc @param "id" description
NPM lint: src/services/RegistrationService.js#L21
Missing JSDoc @param "data" type
NPM lint: src/services/RegistrationService.js#L21
Missing JSDoc @param "data" description
NPM lint: src/services/RegistrationService.js#L20
Missing JSDoc @param "name" type
NPM lint: src/services/RegistrationService.js#L20
Missing JSDoc @param "name" description
NPM lint: src/components/Device.vue#L54
Prop 'name' requires default value to be set
NPM lint: src/components/Device.vue#L53
Prop 'id' requires default value to be set
NPM lint: src/components/Device.vue#L52
Prop 'entityId' requires default value to be set
NPM lint: src/components/AddDeviceDialog.vue#L27
Attribute "class" should go before "@submit.prevent"