79811523

Date: 2025-11-06 16:18:57
Score: 1
Natty:
Report link

The warning isn’t from ESLint — it’s from TypeScript’s type hints in Eclipse.
Add // @ts-ignore above the document.execCommand("copy"); line to silence it.
That’ll remove the deprecation warning without disabling validation globally.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tuhin Shaikh