Urara-Blog/node_modules/.pnpm-store/v3/files/27/20900a9473f3a49cf29eb2b8756a0f338090664c6ac4db82004cee93628ad0a02de3cce01e848ad6ef4b51fc62be50fcdfa45233787cfce0511a3067430d8a
2022-08-14 01:14:53 +08:00

11 lines
391 B
Text

"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();
};