# ember/template-no-deprecated
Disallows using components, helpers, or modifiers that are marked `@deprecated` in their JSDoc.
This rule requires TypeScript (`parserServices.program` must be present). It is a no-op in plain `.gjs` files because cross-file import deprecations require type information.
## Rule Details
This rule checks if imported Glimmer components, helpers, or modifiers are marked `@deprecated` in their JSDoc.
**Covered syntax:**
| Template syntax | Example |
| ----------------------- | ------------------------------------------- |
| Component element | `