Rule Proposal: [prefer-renderer] Use Renderer2 for supported DOM manipulations #2091
Closed
ansjllenasm
started this conversation in
New Rule Proposals
Replies: 1 comment
-
I would recommend using https://eslint.org/docs/latest/rules/no-restricted-imports#importnames for this purpose, there's no need for a super specific rule for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Favor the usage of the
Renderer2
APIs for supported DOM manipulations to ensure compatibility and abstraction from direct DOM interactions.Beta Was this translation helpful? Give feedback.
All reactions