From 80498ffdc8c894ab5ada74d9ebc6cc699f07af7b Mon Sep 17 00:00:00 2001 From: nael Date: Wed, 6 Dec 2023 11:01:37 +0100 Subject: [PATCH] :bug: Fix lint ci --- apps/webapp/src/state/organisationStore.ts | 1 - apps/webapp/src/state/projectStore.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/webapp/src/state/organisationStore.ts b/apps/webapp/src/state/organisationStore.ts index 37046aa28..a31065173 100644 --- a/apps/webapp/src/state/organisationStore.ts +++ b/apps/webapp/src/state/organisationStore.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-explicit-any */ import { create } from 'zustand'; interface OrganisationState { diff --git a/apps/webapp/src/state/projectStore.ts b/apps/webapp/src/state/projectStore.ts index c2bd0837e..5c5e6e736 100644 --- a/apps/webapp/src/state/projectStore.ts +++ b/apps/webapp/src/state/projectStore.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-explicit-any */ import { create } from 'zustand'; interface ProjectState {