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
🔧 Fix error handling for better ESLint compatibility
Rename caught error variables to follow ESLint naming convention
Update error handling across plugins to use _err pattern for unused
caught errors, avoiding ESLint warnings. Add corresponding rule
to eslint.config.mjs with caughtErrorsIgnorePattern to standardize
this approach project-wide.
This change maintains all error handling functionality while making
the codebase more consistent with our linting standards.
0 commit comments