탭은 2칸 변수는 camelCase 함수는 Pascalcase 칼럼,테이블명은 전부 대문자인 SNAKE_CASE 따옴표는 ‘

그 외 사항 건의 받습니다.

.prettierrc


{
  "singleQuote": true,
  "semi": true,
  "useTabs": false,
  "tabWidth": 2,
  "trailingComma": "all",
  "printWidth": 100,
  "arrowParens": "always",
  "orderedImports": true,
  "bracketSpacing": true,
  "jsxBracketSameLine": false
}