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
[Tests] strip 'type:' from RuleTester errors on eslint >= 10 via helper
Wrap invalid test cases in `tests/helpers/ruleTester.js` to strip `type` when the running ESLint is >= 10.
On older versions the function does nothing, keeping all `type:` assertions intact.
0 commit comments