eslint-plugin-wc could use a rule that reports entries in static scopedElements that are declared but never used in the component’s templates or class method bodies.
Unused scoped element mappings tend to accumulate during refactors and leave registries noisy or misleading. This rule would help keep scoped registries accurate and maintainable by flagging stale tag mappings early.
eslint-plugin-wc could use a rule that reports entries in static scopedElements that are declared but never used in the component’s templates or class method bodies.
Unused scoped element mappings tend to accumulate during refactors and leave registries noisy or misleading. This rule would help keep scoped registries accurate and maintainable by flagging stale tag mappings early.