Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/rules-en/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ Input Layer (`unknown`) → Type Guard → Business Layer (Type Guaranteed) →
- ❌ Commented-out code (manage history with version control)
- ✅ Comments explain "why" (not "what")

**Date/Time Processing**
- Explicit timezone: `new Date().toLocaleString('ja-JP', { timeZone: 'Asia/Tokyo' })`
- Store data in UTC: `new Date().toISOString()`

## Error Handling

**Absolute Rule**: Error suppression prohibited. All errors must have log output and appropriate handling.
Expand Down
4 changes: 0 additions & 4 deletions docs/rules-ja/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@
- ❌ コメントアウトされたコード(バージョン管理で履歴管理)
- ✅ コメントは「なぜ」を説明(「何」ではなく)

**日付・時刻処理**
- タイムゾーン明示: `new Date().toLocaleString('ja-JP', { timeZone: 'Asia/Tokyo' })`
- データ保存はUTC: `new Date().toISOString()`

## エラーハンドリング

**絶対ルール**: エラーの握りつぶし禁止。すべてのエラーは必ずログ出力と適切な処理を行う。
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.