Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 434 Bytes

File metadata and controls

9 lines (5 loc) · 434 Bytes

obsidianmd/prefer-instanceof

📝 Prefer .instanceOf(T) over instanceof T for cross-window safe type checks on DOM Nodes and UIEvents.

💼 This rule is enabled in the following configs: ✅ recommended, 🇬🇧 recommendedWithLocalesEn.

🔧 This rule is automatically fixable by the --fix CLI option.