Skip to content

chore(lint): fix eslint warnings#5322

Open
hamza221 wants to merge 5 commits into
mainfrom
fix/lint-warnings
Open

chore(lint): fix eslint warnings#5322
hamza221 wants to merge 5 commits into
mainfrom
fix/lint-warnings

Conversation

@hamza221
Copy link
Copy Markdown
Contributor

b a
image image

AI-assisted: Claude Code (Claude Opus 4.7)

hamza221 added 5 commits May 12, 2026 16:16
Add missing @param descriptions, fix mismatched param names, and remove
disallowed `any` type tag in JSDoc for circles, validate, addressbookUtils,
and matchTypes.

AI-assisted: Claude Code (Claude Opus 4.7)
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
Add missing @param descriptions/types, drop spurious destructuring root
entries (data.addressbook.x, root0) in favor of a single destructuring
parent, and escape the inline @mentions reference in CircleDetails.

AI-assisted: Claude Code (Claude Opus 4.7)
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
Declare emitted events on components that emit without listing them in
the emits option, silencing vue/require-explicit-emits.

AI-assisted: Claude Code (Claude Opus 4.7)
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
Drop template refs and props that were declared but never accessed.
Cascading cleanups: drop the dead onAvatarClick handler in OrgChart and
its now-unused 'that' alias, drop ContactDetailsProperty's contacts and
ContactDetails' contacts pass-through, and remove the never-passed desc
prop on ReadOnlyContactDetails. For PropertySelect/PropertyText, the
value prop is consumed via PropertyMixin so the rule is suppressed with
a targeted disable comment.

AI-assisted: Claude Code (Claude Opus 4.7)
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
- Register IconLoading in MemberList and NcButton in MemberListItem
  (vue/no-undef-components).
- Drop the dead <UserGroupContent> reference in Contacts.vue; selectedUserGroup
  is already handled by CircleContent->UserGroupDetails.
- Require explicit values for previously-true boolean defaults
  (CircleContent.loading, ContactsContent.loading), set
  ConfirmationDialog.disabled default to false, and suppress
  vue/no-boolean-default on EntityPicker.internalSearch where default true
  is the documented opt-out semantic.
- Rename shadowing loop vars (emailAddress, value) in template v-for.
- Give PropertyTitle.bus an explicit default.
- Suppress vue/no-v-html on already-escaped formattedSubtitle spans and
  vue/one-component-per-file on OrgChart (ChartTemplate is mounted via
  createApp for d3 node rendering).

AI-assisted: Claude Code (Claude Opus 4.7)
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
@hamza221 hamza221 requested a review from GVodyanov as a code owner May 12, 2026 15:00
@hamza221 hamza221 added the 3. to review Waiting for reviews label May 12, 2026
@hamza221 hamza221 changed the title chore(lint): fix JSDoc warnings in services and utils chore(lint): fix eslint warnings May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant