Feat/hng-124 #40
Annotations
10 errors
eslint:
app/components/bio/index.tsx#L2
Delete `import·TextAreaField·from·"../textarea";`
|
eslint:
app/components/bio/index.tsx#L3
Replace `State,·defaultFormError,·FormField·}·from·"../constant` with `Error,·defaultFormState,·FormField·}·from·"../constant";⏎import·TextAreaField·from·"../textarea`
|
eslint:
app/components/constant/index.tsx#L1
Replace `State,·IFormError` with `Error,·IFormState`
|
eslint:
app/components/constant/index.tsx#L15
Insert `⏎·`
|
eslint:
app/components/constant/index.tsx#L16
Insert `··`
|
eslint:
app/components/constant/index.tsx#L17
Replace `··` with `····`
|
eslint:
app/components/constant/index.tsx#L18
Replace `};` with `··};⏎`
|
eslint:
app/components/textarea/index.tsx#L3
The variable `Props` should be named `Properties`. A more descriptive name will do too
|
eslint:
app/components/textarea/index.tsx#L29
Replace `bg-white·text-base·text-black·outline-0·rounded-md` with `rounded-md·bg-white·text-base·text-black·outline-0`
|
eslint:
app/components/textarea/index.tsx#L36
Replace `w-full·h-[80px]·border·border-[#DC2626]·outline-0·bg-white·px-2·placeholder:text-[#C2C2C2]·placeholder:text-sm·rounded-md·text-wrap` with `h-[80px]·w-full·text-wrap·rounded-md·border·border-[#DC2626]·bg-white·px-2·outline-0·placeholder:text-sm·placeholder:text-[#C2C2C2]`
|