Skip to content

Commit

Permalink
🐛 Fix lint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Dec 6, 2023
1 parent 23af88c commit 80498ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/webapp/src/state/organisationStore.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { create } from 'zustand';

interface OrganisationState {
Expand Down
1 change: 0 additions & 1 deletion apps/webapp/src/state/projectStore.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { create } from 'zustand';

interface ProjectState {
Expand Down

0 comments on commit 80498ff

Please sign in to comment.