Files
med-notes/.pnpm-store/v10/files/33/92887da3331352dcbe19aef13df953938b55ecadc140410072bdc48c66be935434535ea02fa68868a67243c6d4a9eba8738637c54e878b2cf0673b2a997099
2025-05-09 05:30:08 +02:00

12 lines
386 B
Plaintext

"use strict";
module.exports = function (it) {
const { pluginName } = it;
return `
ESLint couldn't find the plugin "${pluginName}". because there is whitespace in the name. Please check your configuration and remove all whitespace from the plugin name.
If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
`.trimStart();
};