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
// If any config files are provided, we need to make sure they are at the same location as the node modules
116
117
// as eslint will try to resolve plugin/config names relatively to the config file location and some
117
118
// eslint configs contain relative paths to additional config files (such as tsconfig.json e.g.)
118
-
FormattedPrinter.SYSOUT.print("Copying config file <%s> to <%s> and using the copy", origEslintConfig.getEslintConfigPath(), nodeServerLayout.nodeModulesDir());
119
+
logger.info("Copying config file <{}> to <{}> and using the copy", origEslintConfig.getEslintConfigPath(), nodeServerLayout.nodeModulesDir());
0 commit comments