You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow __esModule in naming-convention rule, drop suppressions
__esModule is a well-known bundler/Jest interop property. Add an explicit
allow-list entry in the @typescript-eslint/naming-convention config so the
double-underscore prefix no longer triggers the rule, then remove the 120+
eslint-disable-next-line comments that were papering over this.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments