Last updated 1 year ago
파일명은 kebab-case 로 작성합니다.
파일 하나 당 하나의 타입만 명시합니다.
주석을 통해 Example case를 적어줍니다.
각 파일은 다음과 같이 두가지 방식을 따릅니다.
[대분류 폴더] -> [중분류 폴더] -> [기능 단위 파일.ts]
e.g. modules -> react-query -> use-query-params.ts
modules
react-query
use-query-params.ts
[대분류 폴더] -> [기능 단위 파일.ts]
e.g. static -> async-fn.ts
static
async-fn.ts