Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 180 Bytes

no-unused-watch.md

File metadata and controls

13 lines (8 loc) · 180 Bytes

no-unused-watch

Ensures that all @Watch are using existing @Prop or @State.

Config

No config is needed

Usage

{ "@stencil/no-unused-watch": "error" }