You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's covered in the configuring ESLint documentation, which feels like the intuitive location to me 🤔
// Set the custom processor which will allow us to have our inline Component templates extracted// and treated as if they are HTML files (and therefore have the .html config below applied to them)processor: angular.processInlineTemplates,
and
// Everything in this config object targets our HTML files (external templates,// and inline templates as long as we have the `processor` set on our TypeScript config above)files: ['**/*.html'],
Browsing thru the docs, asking all LLMs, and I still cannot figure out the right way to enable rules for inline templates.
The text was updated successfully, but these errors were encountered: