#property access Cursor Rules
Cursor IDE rules tagged with #property access.
Implementing Optional Chaining for Safer Property Access in JavaScript
Guidelines on using optional chaining to prevent runtime errors when accessing deeply nested properties in JavaScript objects.