prettier-plugin-interpolated-html-tags is a Prettier plugin that enhances HTML formatting within JavaScript and TypeScript template literals. It intelligently formats HTML code embedded in tagged template literals (e.g., html<p>...</p>`). The plugin improves readability by applying Prettier's HTML formatting rules to these interpolated HTML snippets, ensuring consistent styling and maintainability within your codebase, especially when working with frameworks like lit-html or similar templating libraries. This fosters cleaner and more organized code.