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(linter/plugins): validate type of before and after hooks (#14086)
Validate that `before` and `after` hooks are functions, and throw an error if they're not. Also throw an error if `createOnce` doesn't return an object.
0 commit comments