Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 554 Bytes

ban-deprecated-sync-methods.md

File metadata and controls

11 lines (7 loc) · 554 Bytes

Ban use of deprecated synchronous methods (@figma/figma-plugins/ban-deprecated-sync-methods)

💼 This rule is enabled in the following configs: 👍 recommended, 🔦 recommended-problems-only.

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

Some synchronous methods are deprecated in favor of async alternatives. This rule provides a fix to automatically convert callsites into their async equivalents.