We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.prettierrc 파일
.prettierrc
https://github.com/Taskify-2team/Taskify/blob/develop/.prettierrc
.eslintrc.json 파일
.eslintrc.json
https://github.com/Taskify-2team/Taskify/blob/develop/.eslintrc.json
rem으로 통일
rem
10px => 1rem
event
e
error
...List, ...Item
ex. cardList, cardItem
prettier-plugin-tailwindcss 플러그인 사용
prettier-plugin-tailwindcss
참고 : https://github.com/tailwindlabs/prettier-plugin-tailwindcss
/public/icons
svg
/public/images
png, jpg
import eyeOn from '@/public/icons/eyeOn.svg' // ... <Image src={eyeOn} />
[컴포넌트명] + Props
ex. interface InputProps { }
interface InputProps { }
handle + ...
ex. handleButtonClick
handleButtonClick
tailwind.config.ts 내부 colors 변수에 따라 작성
tailwind.config.ts
colors