chore: change eslint rules to ignore file name casing warning

This commit is contained in:
Sonny
2025-07-05 16:57:47 +02:00
parent 3d88bcaa48
commit 99759a85d1
5 changed files with 8 additions and 5 deletions

View File

@@ -74,6 +74,7 @@ export const useFavorites = () =>
);
export function useCollectionsSetter() {
// eslint-disable-next-line @typescript-eslint/naming-convention
const { _setCollections, setActiveCollection } = useCollectionStore();
return { _setCollections, setActiveCollection };
}