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 no-plusplus errors: replace ++ and -- with += 1 and -= 1
- Fix global-require errors: move require() calls to imports
- Fix no-unused-vars errors: remove or mark unused variables
- Fix no-await-in-loop: add eslint-disable for intentional retry logic
- Fix no-lonely-if: refactor nested if statements
- Fix default-case: add default case to switch statements
- Fix no-promise-executor-return: wrap setTimeout in arrow function
All linting errors resolved. Only 14 warnings remain for unnamed test functions.
0 commit comments