Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2021

Bumps @nextcloud/eslint-config from 5.1.0 to 6.1.0.

Release notes

Sourced from @​nextcloud/eslint-config's releases.

v6.1.0

v6.1.0 (2021-08-11)

Full Changelog

Fix dependency:

  • Remove undesired eslint-webpack-plugin (skjnldsv)

v6.0.1

v6.0.1 (2021-08-11)

Full Changelog

Merged pull requests:

v6.0.0

v6.0.0

Full Changelog

Breaking

  • Require a space before async arrow function parentheses #146 (Pytal)

Features

Fixes

  • Use updated jsdoc rules #123 (artonge) (can throw new warnings, should get fixed with npm run lint:fix)
Changelog

Sourced from @​nextcloud/eslint-config's changelog.

v6.1.0 (2021-08-11)

Full Changelog

Fix dependency:

  • Remove undesired eslint-webpack-plugin (skjnldsv)

v6.0.1 (2021-08-11)

Full Changelog

Merged pull requests:

v6.0.0

Full Changelog

Breaking

  • Require a space before async arrow function parentheses #146 (Pytal)

Features

Fixes

v5.1.1

Full Changelog

Commits
  • 6890804 6.1.0
  • aebf1c2 Remove undesired eslint-webpack-plugin
  • f467739 6.0.1
  • 8878f16 Merge pull request #182 from nextcloud/dependabot/npm_and_yarn/babel/eslint-p...
  • c109c6b Merge pull request #183 from nextcloud/dependabot/npm_and_yarn/babel/core-7.15.0
  • c6d4a0f Merge pull request #186 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-...
  • b17a926 Bump eslint-plugin-vue from 7.15.1 to 7.16.0
  • c738e8a Merge pull request #185 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-...
  • 04d3746 Bump eslint-plugin-import from 2.23.4 to 2.24.0
  • 88f0a60 Merge pull request #184 from nextcloud/dependabot/npm_and_yarn/webpack-5.49.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Aug 14, 2021
@nickvergessen
Copy link
Member

WARNING in 
/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/App.vue
  124:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  125:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  156:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  174:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  175:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  182:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  183:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  190:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  191:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  321:0  warning  Expected JSDoc block to be aligned                                         jsdoc/check-alignment
  409:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  444:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  446:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/FilesSidebarCallViewApp.vue
   93:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
   93:0  warning  Invalid JSDoc @returns type "Boolean"; prefer: "boolean"                   jsdoc/check-types
  133:0  warning  Invalid JSDoc @param "fileInfo" type "Object"; prefer: "object"            jsdoc/check-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/collections.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/AdminSettings/Commands.vue
  33:28  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/AdminSettings/HostedSignalingServer.vue
  98:51  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/AdminSettings/MatterbridgeIntegration.vue
  50:29  warning  'v-html' directive can lead to XSS attack  vue/no-v-html
  52:29  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/AdminSettings/TurnServers.vue
  37:28  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/CallView/shared/VideoBackground.vue
  43:1  warning  Missing JSDoc comment  jsdoc/require-jsdoc
  51:1  warning  Missing JSDoc comment  jsdoc/require-jsdoc

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/ConversationSettings/NotificationsSettings.vue
  135:0  warning  There must be a newline after the description of the JSDoc block  jsdoc/newline-after-description
  136:0  warning  The type 'int' is undefined                                       jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/LeftSidebar/ConversationsList/Conversation.vue
  283:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  284:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  303:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  392:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  393:0  warning  The type 'int' is undefined                                                jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/LeftSidebar/LeftSidebar.vue
  361:0  warning  Invalid JSDoc @param "item" type "Object"; prefer: "object"  jsdoc/check-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
  229:3  warning  Should have no text on the "0th" line (after the `/**`)  jsdoc/multiline-blocks
  254:3  warning  Should have no text on the "0th" line (after the `/**`)  jsdoc/multiline-blocks
  323:3  warning  Should have no text on the "0th" line (after the `/**`)  jsdoc/multiline-blocks
  331:3  warning  Should have no text on the "0th" line (after the `/**`)  jsdoc/multiline-blocks

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/LeftSidebar/NewGroupConversation/SetContacts/SetContacts.vue
   99:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  100:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  101:0  warning  Should be no multiple asterisks on end lines                               jsdoc/no-multi-asterisks

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/LeftSidebar/NewGroupConversation/SetConversationType/SetConversationType.vue
  46:3  warning  Should have no text on the "0th" line (after the `/**`)           jsdoc/multiline-blocks
  46:0  warning  There must be a newline after the description of the JSDoc block  jsdoc/newline-after-description

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/MessagesList/MessagesGroup/Message/MessagePart/Forwarder.vue
  105:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  106:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  106:0  warning  Invalid JSDoc @returns type "Object"; prefer: "object"                     jsdoc/check-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/MessagesList/MessagesGroup/MessagesGroup.vue
  114:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  115:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  121:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  122:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  128:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  129:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  135:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  136:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  152:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  153:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  153:0  warning  The type 'bool' is undefined                                               jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/MessagesList/MessagesList.vue
  150:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  165:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  165:0  warning  Invalid JSDoc @returns type "array"; prefer: "Array"                       jsdoc/check-types
  165:0  warning  The type 'array' is undefined                                              jsdoc/no-undefined-types
  175:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  182:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  183:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  183:0  warning  Invalid JSDoc @returns type "array"; prefer: "Array"                       jsdoc/check-types
  183:0  warning  The type 'array' is undefined                                              jsdoc/no-undefined-types
  213:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  214:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  224:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  224:0  warning  Invalid JSDoc @returns type "Boolean"; prefer: "boolean"                   jsdoc/check-types
  309:0  warning  The type 'int' is undefined                                                jsdoc/no-undefined-types
  316:0  warning  The type 'int' is undefined                                                jsdoc/no-undefined-types
  317:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  353:0  warning  The type 'int' is undefined                                                jsdoc/no-undefined-types
  356:0  warning  The type 'int' is undefined                                                jsdoc/no-undefined-types
  357:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  369:0  warning  The type 'int' is undefined                                                jsdoc/no-undefined-types
  370:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  404:0  warning  The type 'int' is undefined                                                jsdoc/no-undefined-types
  405:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  514:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  537:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  637:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  792:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  792:0  warning  The type 'bool' is undefined                                               jsdoc/no-undefined-types
  823:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  824:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  838:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  839:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/NewMessageForm/AdvancedInput/AdvancedInput.vue
  110:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  110:0  warning  Invalid JSDoc @returns type "Boolean"; prefer: "boolean"                   jsdoc/check-types
  283:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  284:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  350:0  warning  Invalid JSDoc @param "chunk" type "String"; prefer: "string"               jsdoc/check-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/NewMessageForm/NewMessageForm.vue
  188:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  188:0  warning  Invalid JSDoc @returns type "String"; prefer: "string"                     jsdoc/check-types
  317:0  warning  Invalid JSDoc @param "text" type "String"; prefer: "string"                jsdoc/check-types
  318:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  318:0  warning  Invalid JSDoc @returns type "String"; prefer: "string"                     jsdoc/check-types
  441:0  warning  The type 'bool' is undefined                                               jsdoc/no-undefined-types
  442:0  warning  The type 'bool' is undefined                                               jsdoc/no-undefined-types
  443:0  warning  Expected no lines between tags                                             jsdoc/tag-lines
  443:0  warning  Expected JSDoc block to be aligned                                         jsdoc/check-alignment
  460:0  warning  The type 'Emoji' is undefined                                              jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/Quote.vue
  136:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  137:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  188:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  189:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/RightSidebar/Participants/CurrentParticipants/CurrentParticipants.vue
   71:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
   71:0  warning  Invalid JSDoc @returns type "array"; prefer: "Array"                       jsdoc/check-types
   71:0  warning  The type 'array' is undefined                                              jsdoc/no-undefined-types
  124:0  warning  The type 'int' is undefined                                                jsdoc/no-undefined-types
  129:0  warning  The type 'int' is undefined                                                jsdoc/no-undefined-types
  131:0  warning  The type 'int' is undefined                                                jsdoc/no-undefined-types
  136:0  warning  The type 'int' is undefined                                                jsdoc/no-undefined-types
  137:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
  258:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  259:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  276:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  277:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/RightSidebar/Participants/ParticipantsSearchResults/ParticipantsSearchResults.vue
  134:3  warning  Should have no text on the "0th" line (after the `/**`)  jsdoc/multiline-blocks

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/RightSidebar/Participants/ParticipantsTab.vue
  236:0  warning  There must be a newline after the description of the JSDoc block  jsdoc/newline-after-description
  237:0  warning  Invalid JSDoc @param "item" type "Object"; prefer: "object"       jsdoc/check-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/RightSidebar/RightSidebar.vue
  186:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  187:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  246:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/constants.js
  4:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/deck.js
  32:2  warning  Missing JSDoc comment  jsdoc/require-jsdoc
  56:2  warning  Missing JSDoc comment  jsdoc/require-jsdoc

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/flow.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/init.js
   6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  34:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  36:0  warning  Invalid JSDoc @param "label" type "String"; prefer: "string"                                                             jsdoc/check-types
  36:0  warning  @param "label" does not match an existing function parameter                                                             jsdoc/check-param-names
  40:0  warning  Invalid JSDoc @param "icon" type "String"; prefer: "string"                                                              jsdoc/check-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/main.js
  4:0  warning  Expected 1 line between tags but found 0                                                                                 jsdoc/tag-lines
  8:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mainAdminSettings.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mainFilesSidebar.js
  4:0  warning  Expected 1 line between tags but found 0                                                                                 jsdoc/tag-lines
  8:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mainFilesSidebarLoader.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mainPublicShareAuthSidebar.js
    4:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   96:1  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
  119:1  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mainPublicShareSidebar.js
    4:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   69:1  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   92:1  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
  113:1  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mixins/arrowNavigation.js
    4:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   76:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
   86:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  101:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  126:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  151:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  162:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mixins/browserCheck.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mixins/isInCall.js
  5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mixins/isInLobby.js
  5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mixins/participant.js
  5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mixins/readableNumber.js
   4:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  32:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  44:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  47:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mixins/sessionIssueHandler.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mixins/talkHashCheck.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mixins/userStatus.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mixins/video.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/mixins/vueAtReparenter.js
   5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  62:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  62:0  warning  Invalid JSDoc @returns type "Object"; prefer: "object"                                                                   jsdoc/check-types
  76:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  94:0  warning  Invalid JSDoc @param "atwho" type "Object"; prefer: "object"                                                             jsdoc/check-types
  95:0  warning  Invalid JSDoc @param "atwhoOld" type "Object"; prefer: "object"                                                          jsdoc/check-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/router/router.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/BrowserStorage.js
  4:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/DavClient.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/EventBus.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/SessionStorage.js
  4:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/callsService.js
   6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  42:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  43:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  43:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  54:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/conversationsService.js
    6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   28:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
   39:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
   47:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
   64:0  warning  @param "token" does not match an existing function parameter                                                             jsdoc/check-param-names
   93:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  106:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  120:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  133:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  146:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  158:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  170:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  183:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  192:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  205:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  218:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  220:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  232:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  245:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  258:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  260:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  269:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  271:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  272:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  287:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  289:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  303:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  305:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/filesIntegrationServices.js
   6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  26:1  warning  Missing JSDoc @param "options.fileId" declaration                                                                        jsdoc/require-param
  29:0  warning  Invalid JSDoc @param ".fileId" type "Object"; prefer: "object"                                                           jsdoc/check-types
  29:0  warning  Syntax error in namepath: .fileId                                                                                        jsdoc/valid-types
  29:0  warning  Missing @param "options.fileId"                                                                                          jsdoc/check-param-names
  30:0  warning  Invalid JSDoc @param "options" type "Object"; prefer: "object"                                                           jsdoc/check-types
  31:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  31:0  warning  Invalid JSDoc @returns type "String"; prefer: "string"                                                                   jsdoc/check-types
  41:0  warning  Invalid JSDoc @param "shareToken" type "String"; prefer: "string"                                                        jsdoc/check-types
  42:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  42:0  warning  Invalid JSDoc @returns type "String"; prefer: "string"                                                                   jsdoc/check-types
  43:0  warning  The type 'Exception' is undefined                                                                                        jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/filesSharingServices.js
   6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  27:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  32:0  warning  Invalid JSDoc @param "metadata" type "array"; prefer: "Array"                                                            jsdoc/check-types
  32:0  warning  The type 'array' is undefined                                                                                            jsdoc/no-undefined-types
  33:0  warning  Expected JSDoc block to be aligned                                                                                       jsdoc/check-alignment

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/matterbridgeService.js
   6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  30:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  45:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  54:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/mentionsService.js
  5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/messagesService.js
    6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   34:0  warning  @param "lastKnownMessageId" does not match an existing function parameter                                                jsdoc/check-param-names
   35:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
   54:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
   54:0  warning  @param "lastKnownMessageId" does not match an existing function parameter                                                jsdoc/check-param-names
   67:1  warning  Missing JSDoc @param "param0.actorDisplayName" declaration                                                               jsdoc/require-param
   70:0  warning  Missing @param "param0.actorDisplayName"                                                                                 jsdoc/check-param-names
   74:0  warning  Invalid JSDoc @param "param0.parent" type "Number"; prefer: "number"                                                     jsdoc/check-types
   86:1  warning  Missing JSDoc @param "param0.token" declaration                                                                          jsdoc/require-param
   86:1  warning  Missing JSDoc @param "param0.id" declaration                                                                             jsdoc/require-param
   89:0  warning  Missing @param "param0.token"                                                                                            jsdoc/check-param-names
   89:0  warning  Missing @param "param0.id"                                                                                               jsdoc/check-param-names
  102:0  warning  @param "objectId" does not match an existing function parameter                                                          jsdoc/check-param-names
  123:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/participantsService.js
    6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   38:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
   38:0  warning  @param "forceJoin" does not match an existing function parameter                                                         jsdoc/check-param-names
   89:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  153:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/publicShareAuthService.js
   5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  28:0  warning  Invalid JSDoc @param "shareToken" type "String"; prefer: "string"                                                        jsdoc/check-types
  29:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  29:0  warning  Invalid JSDoc @returns type "String"; prefer: "string"                                                                   jsdoc/check-types
  30:0  warning  The type 'Exception' is undefined                                                                                        jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/settingsService.js
   6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  31:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  31:0  warning  Invalid JSDoc @returns type "Object"; prefer: "object"                                                                   jsdoc/check-types
  43:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  44:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  44:0  warning  Invalid JSDoc @returns type "Object"; prefer: "object"                                                                   jsdoc/check-types
  59:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  59:0  warning  Invalid JSDoc @returns type "Object"; prefer: "object"                                                                   jsdoc/check-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/signalingService.js
   4:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  25:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/actorStore.js
    6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  136:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  152:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/audioRecorderStore.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/callViewStore.js
    6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  143:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
  143:0  warning  Syntax error in namepath: isGrid=null                                                                                    jsdoc/valid-types
  144:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
  144:0  warning  Syntax error in namepath: isStripeOpen=null                                                                              jsdoc/valid-types
  144:0  warning  @param "isStripeOpen=null" does not match an existing function parameter                                                 jsdoc/check-param-names
  145:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
  145:0  warning  Syntax error in namepath: clearLast=true                                                                                 jsdoc/valid-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/conversationsStore.js
    6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   78:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
   80:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
   80:0  warning  Invalid JSDoc @returns type "function"; prefer: "Function"                                                               jsdoc/check-types
   81:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
   98:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  106:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  188:2  warning  Missing JSDoc @param "token.token" declaration                                                                           jsdoc/require-param
  191:0  warning  Missing @param "token.token"                                                                                             jsdoc/check-param-names
  200:2  warning  Missing JSDoc @param "token.token" declaration                                                                           jsdoc/require-param
  203:0  warning  Missing @param "token.token"                                                                                             jsdoc/check-param-names
  220:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/fileUploadStore.js
    6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  189:2  warning  Missing JSDoc @param "files.commit" declaration                                                                          jsdoc/require-param
  189:2  warning  Missing JSDoc @param "files.dispatch" declaration                                                                        jsdoc/require-param
  192:0  warning  Missing @param "files.commit"                                                                                            jsdoc/check-param-names
  192:0  warning  Missing @param "files.dispatch"                                                                                          jsdoc/check-param-names
  195:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
  231:2  warning  Missing JSDoc @param "param0.commit" declaration                                                                         jsdoc/require-param
  231:2  warning  Missing JSDoc @param "param0.state" declaration                                                                          jsdoc/require-param
  231:2  warning  Missing JSDoc @param "param0.getters" declaration                                                                        jsdoc/require-param
  232:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  233:0  warning  Missing @param "param0.commit"                                                                                           jsdoc/check-param-names
  233:0  warning  Missing @param "param0.state"                                                                                            jsdoc/check-param-names
  233:0  warning  Missing @param "param0.getters"                                                                                          jsdoc/check-param-names
  244:2  warning  Missing JSDoc @param "param0.commit" declaration                                                                         jsdoc/require-param
  244:2  warning  Missing JSDoc @param "param0.dispatch" declaration                                                                       jsdoc/require-param
  244:2  warning  Missing JSDoc @param "param0.state" declaration                                                                          jsdoc/require-param
  244:2  warning  Missing JSDoc @param "param0.getters" declaration                                                                        jsdoc/require-param
  245:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  246:0  warning  Missing @param "param0.commit"                                                                                           jsdoc/check-param-names
  246:0  warning  Missing @param "param0.dispatch"                                                                                         jsdoc/check-param-names
  246:0  warning  Missing @param "param0.state"                                                                                            jsdoc/check-param-names
  246:0  warning  Missing @param "param0.getters"                                                                                          jsdoc/check-param-names
  355:2  warning  Missing JSDoc @param "context.commit" declaration                                                                        jsdoc/require-param
  355:2  warning  Missing JSDoc @param "context.state" declaration                                                                         jsdoc/require-param
  355:2  warning  Missing JSDoc @param "param1.uploadId" declaration                                                                       jsdoc/require-param
  355:2  warning  Missing JSDoc @param "param1.index" declaration                                                                          jsdoc/require-param
  356:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  357:0  warning  Missing @param "context.commit"                                                                                          jsdoc/check-param-names
  357:0  warning  Missing @param "context.state"                                                                                           jsdoc/check-param-names
  368:2  warning  Missing JSDoc @param "param1.uploadId" declaration                                                                       jsdoc/require-param
  368:2  warning  Missing JSDoc @param "param1.index" declaration                                                                          jsdoc/require-param
  369:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  370:0  warning  Missing @param "param1.uploadId"                                                                                         jsdoc/check-param-names
  370:0  warning  Missing @param "param1.index"                                                                                            jsdoc/check-param-names
  377:2  warning  Missing JSDoc @param "context.commit" declaration                                                                        jsdoc/require-param
  378:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  379:0  warning  Missing @param "context.commit"                                                                                          jsdoc/check-param-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/guestNameStore.js
   6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  31:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  33:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  33:0  warning  Invalid JSDoc @returns type "array"; prefer: "Array"                                                                     jsdoc/check-types
  33:0  warning  The type 'array' is undefined                                                                                            jsdoc/no-undefined-types
  45:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  48:0  warning  @param "token" does not match an existing function parameter                                                             jsdoc/check-param-names
  72:0  warning  @param "actorId" does not match an existing function parameter                                                           jsdoc/check-param-names
  83:0  warning  @param "actorId" does not match an existing function parameter                                                           jsdoc/check-param-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/helper.js
  4:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/index.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/messageActionsStore.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/messagesStore.js
    6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   43:0  warning  Invalid JSDoc @param "context" type "Object"; prefer: "object"                                                           jsdoc/check-types
   44:0  warning  Invalid JSDoc @param "message" type "Object"; prefer: "object"                                                           jsdoc/check-types
   45:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
   45:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
  121:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  121:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
  133:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  135:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  135:0  warning  Invalid JSDoc @returns type "array"; prefer: "Array"                                                                     jsdoc/check-types
  135:0  warning  The type 'array' is undefined                                                                                            jsdoc/no-undefined-types
  144:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  146:0  warning  @param "token" does not match an existing function parameter                                                             jsdoc/check-param-names
  147:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  156:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  158:0  warning  @param "token" does not match an existing function parameter                                                             jsdoc/check-param-names
  160:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  229:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  246:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  256:2  warning  Missing JSDoc @param "message.message" declaration                                                                       jsdoc/require-param
  256:2  warning  Missing JSDoc @param "message.placeholder" declaration                                                                   jsdoc/require-param
  257:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  258:0  warning  Missing @param "message.message"                                                                                         jsdoc/check-param-names
  258:0  warning  Missing @param "message.placeholder"                                                                                     jsdoc/check-param-names
  267:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  278:2  warning  Missing JSDoc @param "message.message" declaration                                                                       jsdoc/require-param
  278:2  warning  Missing JSDoc @param "message.reason" declaration                                                                        jsdoc/require-param
  279:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  280:0  warning  Missing @param "message.message"                                                                                         jsdoc/check-param-names
  280:0  warning  Missing @param "message.reason"                                                                                          jsdoc/check-param-names
  293:0  warning  @param "id" does not match an existing function parameter                                                                jsdoc/check-param-names
  302:0  warning  @param "id" does not match an existing function parameter                                                                jsdoc/check-param-names
  311:0  warning  @param "id" does not match an existing function parameter                                                                jsdoc/check-param-names
  366:2  warning  Missing JSDoc @param "message.message" declaration                                                                       jsdoc/require-param
  366:2  warning  Missing JSDoc @param "message.placeholder" declaration                                                                   jsdoc/require-param
  369:0  warning  Missing @param "message.message"                                                                                         jsdoc/check-param-names
  369:0  warning  Missing @param "message.placeholder"                                                                                     jsdoc/check-param-names
  403:0  warning  @param "token" does not match an existing function parameter                                                             jsdoc/check-param-names
  405:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  408:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  469:2  warning  Missing JSDoc @param "message.message" declaration                                                                       jsdoc/require-param
  469:2  warning  Missing JSDoc @param "message.reason" declaration                                                                        jsdoc/require-param
  472:0  warning  Missing @param "message.message"                                                                                         jsdoc/check-param-names
  472:0  warning  Missing @param "message.reason"                                                                                          jsdoc/check-param-names
  493:0  warning  @param "id" does not match an existing function parameter                                                                jsdoc/check-param-names
  502:0  warning  @param "id" does not match an existing function parameter                                                                jsdoc/check-param-names
  511:0  warning  @param "id" does not match an existing function parameter                                                                jsdoc/check-param-names
  527:2  warning  Missing JSDoc @param "token.token" declaration                                                                           jsdoc/require-param
  527:2  warning  Missing JSDoc @param "token.updateVisually" declaration                                                                  jsdoc/require-param
  531:0  warning  Missing @param "token.token"                                                                                             jsdoc/check-param-names
  531:0  warning  Missing @param "token.updateVisually"                                                                                    jsdoc/check-param-names
  533:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
  545:2  warning  Missing JSDoc @param "token.token" declaration                                                                           jsdoc/require-param
  545:2  warning  Missing JSDoc @param "token.id" declaration                                                                              jsdoc/require-param
  545:2  warning  Missing JSDoc @param "token.updateVisually" declaration                                                                  jsdoc/require-param
  549:0  warning  Missing @param "token.token"                                                                                             jsdoc/check-param-names
  549:0  warning  Missing @param "token.id"                                                                                                jsdoc/check-param-names
  549:0  warning  Missing @param "token.updateVisually"                                                                                    jsdoc/check-param-names
  552:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
  582:0  warning  @param "requestOptions" does not match an existing function parameter                                                    jsdoc/check-param-names
  584:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
  645:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  645:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
  664:0  warning  @param "requestId" does not match an existing function parameter                                                         jsdoc/check-param-names
  666:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  754:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  754:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
  868:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  868:0  warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types
  879:2  warning  Missing JSDoc @param "message.messageToBeForwarded" declaration                                                          jsdoc/require-param
  880:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  882:0  warning  Missing @param "message.messageToBeForwarded"                                                                            jsdoc/check-param-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/newGroupConversationStore.js
   6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  36:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  38:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  38:0  warning  Invalid JSDoc @returns type "array"; prefer: "Array"                                                                     jsdoc/check-types
  38:0  warning  The type 'array' is undefined                                                                                            jsdoc/no-undefined-types
  50:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  59:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  70:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  80:2  warning  Missing JSDoc @param "context.commit" declaration                                                                        jsdoc/require-param
  80:2  warning  Missing JSDoc @param "context.state" declaration                                                                         jsdoc/require-param
  83:0  warning  Missing @param "context.commit"                                                                                          jsdoc/check-param-names
  83:0  warning  Missing @param "context.state"                                                                                           jsdoc/check-param-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/participantsStore.js
    6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   63:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
   65:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
   65:0  warning  Invalid JSDoc @returns type "array"; prefer: "Array"                                                                     jsdoc/check-types
   65:0  warning  The type 'array' is undefined                                                                                            jsdoc/no-undefined-types
  110:2  warning  Missing JSDoc @param "token.token" declaration                                                                           jsdoc/require-param
  110:2  warning  Missing JSDoc @param "token.participant" declaration                                                                     jsdoc/require-param
  111:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  112:0  warning  Missing @param "token.token"                                                                                             jsdoc/check-param-names
  112:0  warning  Missing @param "token.participant"                                                                                       jsdoc/check-param-names
  163:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  188:2  warning  Missing JSDoc @param "context.commit" declaration                                                                        jsdoc/require-param
  193:0  warning  Missing @param "context.commit"                                                                                          jsdoc/check-param-names
  200:2  warning  Missing JSDoc @param "context.commit" declaration                                                                        jsdoc/require-param
  200:2  warning  Missing JSDoc @param "context.getters" declaration                                                                       jsdoc/require-param
  203:0  warning  Missing @param "context.commit"                                                                                          jsdoc/check-param-names
  203:0  warning  Missing @param "context.getters"                                                                                         jsdoc/check-param-names
  256:2  warning  Missing JSDoc @param "context.commit" declaration                                                                        jsdoc/require-param
  257:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  258:0  warning  Missing @param "context.commit"                                                                                          jsdoc/check-param-names
  361:0  warning  Invalid JSDoc @param "_" type "Object"; prefer: "object"                                                                 jsdoc/check-types
  363:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  363:0  warning  @param "attendeeId" does not match an existing function parameter                                                        jsdoc/check-param-names
  372:0  warning  Invalid JSDoc @param "context" type "Object"; prefer: "object"                                                           jsdoc/check-types
  422:8  warning  The global property or function $ was deprecated in Nextcloud 19.0.0                                                     @nextcloud/no-deprecations
  460:0  warning  Invalid JSDoc @param "context" type "Object"; prefer: "object"                                                           jsdoc/check-types
  471:0  warning  Invalid JSDoc @param "context" type "Object"; prefer: "object"                                                           jsdoc/check-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/quoteReplyStore.js
    6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   75:0  warning  @param "text" does not match an existing function parameter                                                              jsdoc/check-param-names
  127:0  warning  @param "text" does not match an existing function parameter                                                              jsdoc/check-param-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/settingsStore.js
   4:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  53:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/sidebarStore.js
   6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  57:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  93:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/soundsStore.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/storeConfig.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/talkHashStore.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/tokenStore.js
   6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  32:0  warning  Should be no multiple asterisks on end lines                                                                             jsdoc/no-multi-asterisks
  64:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  64:0  warning  @param "newFileId" does not match an existing function parameter                                                         jsdoc/check-param-names
  93:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  93:0  warning  @param "newFileId" does not match an existing function parameter                                                         jsdoc/check-param-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/windowVisibilityStore.js
  6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/cancelableRequest.js
   4:0  warning  Expected 1 line between tags but found 0                                                                                 jsdoc/tag-lines
   7:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  29:0  warning  Invalid JSDoc @param "request" type "function"; prefer: "Function"                                                       jsdoc/check-types
  30:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  30:0  warning  Invalid JSDoc @returns type "Object"; prefer: "object"                                                                   jsdoc/check-types
  46:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/clipboard.js
   2:0  warning  Invalid JSDoc @typedef "ClipboardContent" type "Object"; prefer: "object"  jsdoc/check-types
   5:0  warning  Invalid JSDoc @property "text" type "String"; prefer: "string"             jsdoc/check-types
  12:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/fileUpload.js
   6:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  27:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  34:0  warning  Expected JSDoc block to be aligned                                                                                       jsdoc/check-alignment
  35:0  warning  There must be a newline after the description of the JSDoc block                                                         jsdoc/newline-after-description
  40:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/signaling.js
    2:0  warning  Expected 1 line between tags but found 0                                                                                 jsdoc/tag-lines
   12:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   52:0  warning  Invalid JSDoc @param "settings" type "Object"; prefer: "object"                                                          jsdoc/check-types
   53:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
   68:1  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
  325:1  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
  423:0  warning  Expected JSDoc block to be aligned                                                                                       jsdoc/check-alignment
  511:0  warning  Expected JSDoc block to be aligned                                                                                       jsdoc/check-alignment
  530:1  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/sounds.js
  4:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/MediaDevicesManager.js
    5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  179:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  357:0  warning  The type 'MediaStreamConstraints' is undefined                                                                           jsdoc/no-undefined-types
  359:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/SentVideoQualityThrottler.js
   5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  37:0  warning  The type 'LocalMediaModel' is undefined                                                                                  jsdoc/no-undefined-types
  38:0  warning  The type 'CallParticipantCollection' is undefined                                                                        jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/SpeakingWhileMutedWarner.js
   5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  43:0  warning  The type 'LocalMediaModel' is undefined                                                                                  jsdoc/no-undefined-types
  45:0  warning  The type 'View' is undefined                                                                                             jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/VideoConstrainer.js
   5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  43:0  warning  The type 'LocalMediaModel' is undefined                                                                                  jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/analyzers/AverageStatValue.js
   5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  61:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  63:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/analyzers/CallAnalyzer.js
   5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  46:0  warning  The type 'LocalMediaModel' is undefined                                                                                  jsdoc/no-undefined-types
  47:0  warning  The type 'LocalCallParticipantModel' is undefined                                                                        jsdoc/no-undefined-types
  49:0  warning  The type 'CallParticipantCollection' is undefined                                                                        jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/analyzers/ParticipantAnalyzer.js
  5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/analyzers/PeerConnectionAnalyzer.js
  5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/index.js
    5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   49:1  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   79:1  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
  107:1  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
  125:1  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
  140:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  153:0  warning  The type 'int' is undefined                                                                                              jsdoc/no-undefined-types
  154:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  220:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names
  238:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"                                                jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/models/CallParticipantCollection.js
   5:0   warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  24:16  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/models/CallParticipantModel.js
   5:0   warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  36:16  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/models/LocalCallParticipantModel.js
   5:0   warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
  26:16  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/models/LocalMediaModel.js
    5:0   warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
   24:16  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
  442:0   warning  The type 'bool' is undefined                                                                                             jsdoc/no-undefined-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/shims/MediaStream.js
  5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/shims/MediaStreamTrack.js
  5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/simplewebrtc/localmedia.js
   13:1  warning  Missing JSDoc comment                                                      jsdoc/require-jsdoc
   21:1  warning  Missing JSDoc comment                                                      jsdoc/require-jsdoc
   29:1  warning  Missing JSDoc comment                                                      jsdoc/require-jsdoc
   77:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  101:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  130:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  130:0  warning  The type 'bool' is undefined                                               jsdoc/no-undefined-types
  146:0  warning  Invalid JSDoc @param "constraints" type "Object"; prefer: "object"         jsdoc/check-types

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/simplewebrtc/peer.js
   10:1  warning  Missing JSDoc comment                                                      jsdoc/require-jsdoc
   18:1  warning  Missing JSDoc comment                                                      jsdoc/require-jsdoc
  127:1  warning  Missing JSDoc comment                                                      jsdoc/require-jsdoc
  137:1  warning  Missing JSDoc comment                                                      jsdoc/require-jsdoc
  689:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names
  753:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/simplewebrtc/simplewebrtc.js
  9:1  warning  Missing JSDoc comment  jsdoc/require-jsdoc

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/simplewebrtc/webrtc.js
  9:1  warning  Missing JSDoc comment  jsdoc/require-jsdoc

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/webrtc/webrtc.js
     2:0   warning  Expected 1 line between tags but found 0                                                                                 jsdoc/tag-lines
    12:0   warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values
    54:1   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
    60:1   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   123:1   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   177:1   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   193:1   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   197:1   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   223:1   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   233:1   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   397:1   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   450:16  warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   614:2   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   630:2   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   656:2   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   698:2   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   734:2   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   794:2   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   954:2   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   986:2   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   991:2   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
   996:2   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
  1018:2   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc
  1023:2   warning  Missing JSDoc comment                                                                                                    jsdoc/require-jsdoc

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/views/Dashboard.vue
  102:0  warning  There must be a newline after the description of the JSDoc block           jsdoc/newline-after-description
  103:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/views/FilesSidebarCallView.js
  5:0  warning  Invalid JSDoc @license: "GNU AGPL version 3 or any later version"; expected SPDX expression: https://spdx.org/licenses/  jsdoc/check-values

✖ 610 problems (34 errors, 576 warnings)
  13 errors and 346 warnings potentially fixable with the `--fix` option.


ERROR in 
/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/App.vue
  314:19  error  Custom event name 'routeChange' must be kebab-case            vue/custom-event-name-casing
  469:20  error  Custom event name 'conversationsReceived' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/AdminSettings/SignalingServer.vue
  121:15  error  Custom event name 'removeServer' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/AdminSettings/StunServer.vue
  91:15  error  Custom event name 'removeServer' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/AdminSettings/TurnServer.vue
  303:15  error  Custom event name 'removeServer' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/CallView/shared/Video.vue
  229:20  error  Custom event name 'refreshPeerList' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/Description/Description.vue
  222:15  error  Custom event name 'submit:description' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/LeftSidebar/LeftSidebar.vue
  377:20  error  Custom event name 'NewGroupConversationDialog' must be kebab-case  vue/custom-event-name-casing
  449:20  error  Custom event name 'conversationsReceived' must be kebab-case       vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/LeftSidebar/NewGroupConversation/SetConversationName/SetConversationName.vue
  59:15  error  Custom event name 'clickEnter' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/MessagesList/MessagesGroup/Message/Message.vue
  668:19  error  Custom event name 'scrollChatToBottom' must be kebab-case  vue/custom-event-name-casing
  708:20  error  Custom event name 'retryMessage' must be kebab-case        vue/custom-event-name-casing
  709:20  error  Custom event name 'focusChatInput' must be kebab-case      vue/custom-event-name-casing
  725:19  error  Custom event name 'focusChatInput' must be kebab-case      vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/MessagesList/MessagesList.vue
  802:24  error  Missing space before function parentheses                       space-before-function-paren
  877:15  error  Custom event name 'setChatScrolledToBottom' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/NewMessageForm/AudioRecorder/AudioRecorder.vue
  282:16  error  Custom event name 'audioFile' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/NewMessageForm/NewMessageForm.vue
  363:20  error  Custom event name 'smoothScrollChatToBottom' must be kebab-case  vue/custom-event-name-casing
  400:16  error  Missing space before function parentheses                        space-before-function-paren

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/Quote.vue
  227:19  error  Custom event name 'focusMessage' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
  463:16  error  Custom event name 'clickParticipant' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/RightSidebar/Participants/ParticipantsSearchResults/ParticipantsSearchResults.vue
  235:15  error  Custom event name 'clickSearchHint' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/components/SettingsDialog/SettingsDialog.vue
  199:16  error  Missing space before function parentheses  space-before-function-paren

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/messagesService.js
  56:33  error  Missing space before function parentheses  space-before-function-paren

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/participantsService.js
   40:31  error  Missing space before function parentheses  space-before-function-paren
   57:33  error  Missing space before function parentheses  space-before-function-paren
  121:33  error  Missing space before function parentheses  space-before-function-paren
  126:34  error  Missing space before function parentheses  space-before-function-paren
  133:32  error  Missing space before function parentheses  space-before-function-paren
  141:31  error  Missing space before function parentheses  space-before-function-paren
  155:32  error  Missing space before function parentheses  space-before-function-paren

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/services/signalingService.js
  29:37  error  Missing space before function parentheses  space-before-function-paren
  37:36  error  Missing space before function parentheses  space-before-function-paren
  41:32  error  Missing space before function parentheses  space-before-function-paren

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/fileUploadStore.js
  254:18  error  Custom event name 'uploadStart' must be kebab-case         vue/custom-event-name-casing
  266:19  error  Custom event name 'scrollChatToBottom' must be kebab-case  vue/custom-event-name-casing
  342:18  error  Custom event name 'uploadFinished' must be kebab-case      vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/store/participantsStore.js
  391:19  error  Custom event name 'joinedConversation' must be kebab-case        vue/custom-event-name-casing
  424:20  error  Custom event name 'duplicateSessionDetected' must be kebab-case  vue/custom-event-name-casing
  442:21  error  Custom event name 'duplicateSessionDetected' must be kebab-case  vue/custom-event-name-casing

/home/nickv/Nextcloud/23/server/appsbabies/spreed/src/utils/signaling.js
   478:20  error  Custom event name 'duplicateSessionDetected' must be kebab-case    vue/custom-event-name-casing
   482:20  error  Custom event name 'deletedSessionDetected' must be kebab-case      vue/custom-event-name-casing
   686:20  error  Custom event name 'shouldRefreshConversations' must be kebab-case  vue/custom-event-name-casing
  1167:18  error  Custom event name 'shouldRefreshChatMessages' must be kebab-case   vue/custom-event-name-casing
  1183:19  error  Custom event name 'deletedSessionDetected' must be kebab-case      vue/custom-event-name-casing
  1189:18  error  Custom event name 'shouldRefreshConversations' must be kebab-case  vue/custom-event-name-casing

✖ 205 problems (46 errors, 159 warnings)
  14 errors and 104 warnings potentially fixable with the `--fix` option.


webpack 5.38.1 compiled with 1 error and 1 warning in 25201 ms

@marcoambrosini
Copy link
Member

Oh my 😅

@marcoambrosini marcoambrosini self-assigned this Aug 20, 2021
dependabot bot and others added 4 commits August 23, 2021 15:43
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 5.1.0 to 6.1.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](nextcloud-libraries/eslint-config@v5.1.0...v6.1.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
@nickvergessen nickvergessen force-pushed the dependabot/npm_and_yarn/nextcloud/eslint-config-6.1.0 branch from b0b480f to f700cbc Compare August 23, 2021 14:30
@nickvergessen
Copy link
Member

Fixed all errors, let's merge it and fix the warnings in a follow up, or as we touch the files anyway

@marcoambrosini marcoambrosini merged commit b34b42c into master Aug 24, 2021
@marcoambrosini marcoambrosini deleted the dependabot/npm_and_yarn/nextcloud/eslint-config-6.1.0 branch August 24, 2021 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review dependencies Pull requests that update a dependency file javascript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants