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
refactor(linter/plugins): add registerPlugin function (#16210)
Pure refactor. Move a few lines of code into `loadPlugin`, to leave a sync function `registerPlugin` which contains the logic for registering a plugin.
Required for #16206, which will call this method directly, skipping `import`-ing the plugin from a module.
0 commit comments