Feat/hng 45 create comment box component #166
Annotations
10 errors
eslint:
app/components/CommentBox.tsx#L1
'classes' is defined but never used
|
eslint:
app/components/CommentBox.tsx#L1
'classes' is defined but never used
|
eslint:
app/components/CommentBox.tsx#L3
The variable `CommentProps` should be named `CommentProperties`. A more descriptive name will do too
|
eslint:
app/components/CommentBox.tsx#L23
Replace `w-full·max-w-[54rem]·bg-white·flex·items-start·gap-[0.75rem]·self-stretch·rounded-[.5rem]·border-solid·border-[.8px]·border-[#cbd5e1]·py-[1.2rem]·lg:py-4·px-[1rem]` with `flex·w-full·max-w-[54rem]·items-start·gap-[0.75rem]·self-stretch·rounded-[.5rem]·border-[.8px]·border-solid·border-[#cbd5e1]·bg-white·px-[1rem]·py-[1.2rem]·lg:py-4`
|
eslint:
app/components/CommentBox.tsx#L24
Replace `w-10·h` with `h-10·w`
|
eslint:
app/components/CommentBox.tsx#L27
Replace `w-fit·text-[#0a0a0a]·text-base·lg:text-2xl·font-semibold·font-inter` with `font-inter·w-fit·text-base·font-semibold·text-[#0a0a0a]·lg:text-2xl`
|
eslint:
app/components/CommentBox.tsx#L30
Replace `text-[#71717a]·text-xs·lg:text-sm·font-medium·font-inter` with `font-inter·text-xs·font-medium·text-[#71717a]·lg:text-sm`
|
eslint:
app/components/CommentBox.tsx#L34
Replace `w-full·text-[#71717a]·text-sm·lg:text-base·font-normal·font-inter` with `font-inter·w-full·text-sm·font-normal·text-[#71717a]·lg:text-base`
|
eslint:
app/components/CommentBox.tsx#L37
Replace `flex·gap-3·mt-[-.13rem]` with `mt-[-.13rem]·flex·gap-3`
|
eslint:
app/components/CommentBox.tsx#L38
Replace `text-[#525252]·text-xs·font-normal·font-inter` with `font-inter·text-xs·font-normal·text-[#525252]`
|