このルールは正確に何を実現しますか?
"use-life-cycle-interface": true,
組み込みのtslint
ルールではありません。codelyzerで定義されているルールです。
GitHub リポジトリにはビデオ (私は見ていません) がありますが、ドキュメントはほとんどありません。幸いなことに、作成者はテストを実装しているため、テストの説明からuse-life-cycle-interface
ルールが何をするかを推測することができます。
it(`should fail, when a life cycle hook is used without implementing it's interface`, ...
it(`should fail, when life cycle hooks are used without implementing their interfaces`, ...
it(`should fail, when some of the life cycle hooks are used without implementing their interfaces`, ...