When defining a watcher/validate/compute method, we can lint to check whether we're creating methods for an existing reactive or not.
Additionally, we could type-check the methods to make sure the types match the reactive that's being watched/validated/computed.
When defining a watcher/validate/compute method, we can lint to check whether we're creating methods for an existing reactive or not.
Additionally, we could type-check the methods to make sure the types match the reactive that's being watched/validated/computed.