Skip to content

Commit

Permalink
chore: Fix more linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuf-musleh committed Mar 10, 2024
1 parent 97c173f commit 0200cf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/content-tags-drawer/ContentTagsCollapsible.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ declare module 'react-select/base' {
> extends TaxonomySelectProps {
}
}

export default ContentTagsCollapsible;
4 changes: 2 additions & 2 deletions src/content-tags-drawer/ContentTagsCollapsible.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import ContentTagsTree from './ContentTagsTree';

import useContentTagsCollapsibleHelper from './ContentTagsCollapsibleHelper';

/** @typedef {import("./ContentTagsCollapsible.d.ts").TagTreeEntry} TagTreeEntry */
/** @typedef {import("./ContentTagsCollapsible.d.ts").TaxonomySelectProps} TaxonomySelectProps */
/** @typedef {import("./ContentTagsCollapsible").TagTreeEntry} TagTreeEntry */
/** @typedef {import("./ContentTagsCollapsible").TaxonomySelectProps} TaxonomySelectProps */
/** @typedef {import("../taxonomy/data/types.mjs").TaxonomyData} TaxonomyData */
/** @typedef {import("./data/types.mjs").Tag} ContentTagData */

Expand Down
2 changes: 1 addition & 1 deletion src/content-tags-drawer/ContentTagsCollapsibleHelper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useContentTaxonomyTagsUpdater } from './data/apiHooks';

/** @typedef {import("../taxonomy/data/types.mjs").TaxonomyData} TaxonomyData */
/** @typedef {import("./data/types.mjs").Tag} ContentTagData */
/** @typedef {import("./ContentTagsCollapsible.d.ts").TagTreeEntry} TagTreeEntry */
/** @typedef {import("./ContentTagsCollapsible").TagTreeEntry} TagTreeEntry */

/**
* Util function that sorts the keys of a tree in alphabetical order.
Expand Down

0 comments on commit 0200cf7

Please sign in to comment.