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
The lint-js job is currently failing because ESLint has updated to v9, which defaults to "Flat Config" (eslint.config.js). It no longer supports .eslintignore and is looking for the new config format. We’ll need to migrate our .eslintrc to the new format or use the compatibility transform.
Rough items: