공통

파일 수정하고 Alt+Shift+F 꼭 누르기!!(코드 포맷팅 단축키임, 습관화하기)

파일 이름

Component.tsx
ProductPage.tsx
useForms.tsx

변수

const foo = 1;
const isSelected = true;
const [isEnabled, setIsEnabled] = useState<boolean>(false);