6

このルールは正確に何を実現しますか?

"use-life-cycle-interface": true,
4

2 に答える 2

3

組み込みの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`, ...
于 2016-08-12T22:17:04.230 に答える