[TypeScript][tslint] comment must start with a space (comment-format)

コメントの先頭にスペースがありません。

エラー例

//チェック
if (value != 0) {
  return false;
}

解決方法

検証環境

関連ページ