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
`\nYour package.json container dependencies for the "${plugin}" eslint-plugin, please add the following dependencies with your chosen package manager to enable this plugin:`,
50
53
);
@@ -57,7 +60,7 @@ if (!global.hasAnolilabEsLintConfigLoaded) {
57
60
}
58
61
});
59
62
60
-
if(Object.keys(possiblePluginRules).length>0){
63
+
if(hasLogged){
61
64
consoleLog("\nTo disable this message, add the following to your package.json:");
0 commit comments