readme.md code convention 추가

This commit is contained in:
dongyoungKo
2025-04-14 17:54:38 +09:00
parent e6fb54c33c
commit a6100a053a

View File

@@ -83,3 +83,21 @@ SubCategory.jsx 참고(Home)
# 자막영상
ontv4u 검색 후 첫 영상
# code convention
1. vs-code extension: js/ts import/export sorter 설치
2. vs-code setting.json
{
"prettier.tabWidth": 2,
"prettier.printWidth": 80,
"prettier.trailingComma": "es5",
"tsImportSorter.configuration.keepUnused": [".*"],
}