# no-unused-watch Ensures that all `@Watch` are using existing `@Prop` or `@State`. ## Config No config is needed ## Usage ```json { "stencil/no-unused-watch": "error" } ```