[TypeScript][tslint] Missing semicolon (semicolon)

構文の末尾にセミコロン(;)がありません。

エラー例

if (!value) {
  return false
}

解決方法

検証環境

関連ページ