persona-community-5/.pnpm-store/v3/files/27/20900a9473f3a49cf29eb2b8756a0f338090664c6ac4db82004cee93628ad0a02de3cce01e848ad6ef4b51fc62be50fcdfa45233787cfce0511a3067430d8a
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

12 lines
391 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();
};