Exception: TypeScript interfaces, types, and similar type definitions MUST use semicolons as property separators.
Extract method calls to separate variables before using them in conditional statements (if, while, for, etc.).
Extract function calls to separate variables before using them as arguments to other functions.
TypeScript 코드 스타일 가이드 및 형식 지정 규칙. TypeScript 코드 작성, TypeScript 파일 검토, .ts 코드 리팩토링, TypeScript 형식 지정 또는 TypeScript 인터페이스, 클래스, 함수 또는 .ts 파일 작업 시 사용합니다. 코드 생성, 코드 검토 중 그리고 사용자가 TypeScript 스타일, 형식 지정, 규칙, 세미콜론 또는 코드 품질을 언급할 때 이러한 규칙을 적용합니다. 출처: perdolique/workflow.