Hi! I'm trying to get the medplum client running a...
# general
k
Hi! I'm trying to get the medplum client running and ran into some ESLint compiliation issue: I'm using the config found in the root directory, with
noImplicitAny: true
https://github.com/kevinjyee/medplum/blob/d46bea8f1783420818309b0f6f2f0f69c574c5fb/tsconfig.base.json#L15 but there are a few places that my IDE screams at me using this eslint config (image attached) Is there another eslint config i should be using?
Fwiw, I'm trying to add my first contribution 🙂 If you go to https://app.medplum.com/admin/sites And hit "Save" without a Domain, a server error is thrown but no client side indication that the save was not successful. was hoping that it'd be an easy fix i could help with.
r
That would be great @kevinjyee . The relevant code should be here: https://github.com/medplum/medplum/blob/main/packages/app/src/admin/SitesPage.tsx
Looking forward to the PR
k
thanks!
179 Views