#error prevention Cursor Rules

Cursor IDE rules tagged with #error prevention.

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.