blob: c61602165ed40d66708e5cc635e3ce69b236e856 [file] [log] [blame]
Simon Zünd52e20202021-06-16 06:34:281"use strict";
2
Nikolay Vitkovd38bb9f2025-04-22 17:21:373module.exports = function (it) {
4 const { pluginName } = it;
Simon Zünd52e20202021-06-16 06:34:285
Nikolay Vitkovd38bb9f2025-04-22 17:21:376 return `
Simon Zünd52e20202021-06-16 06:34:287ESLint 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.
8
9If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
Jack Franklin3710bbf2022-04-21 08:31:2010`.trimStart();
Simon Zünd52e20202021-06-16 06:34:2811};