We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108e688 commit cffe465Copy full SHA for cffe465
src/pageComponents/dashboard/cardSection/listBox.tsx
@@ -39,7 +39,6 @@ import {
39
import { CATEGORIES_KEY, TRASH_URL } from "../../../utils/constants";
40
41
// we are disabling this rule as option might get complicated , so we need to have it in a separate file
42
-// eslint-disable-next-line import/no-cycle
43
import Option from "./option";
44
45
type ListBoxDropTypes = ListProps<object> & {
0 commit comments