♻️ Add shared eslint config
This commit is contained in:
@@ -24,7 +24,6 @@ const userContext = createContext<{
|
||||
currentWorkspaceId?: string
|
||||
updateUser: (newUser: Partial<User>) => void
|
||||
saveUser: (newUser?: Partial<User>) => Promise<void>
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
//@ts-ignore
|
||||
}>({})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user