persona-community-5/.pnpm-store/v3/files/9f/cfd778692ce71549b6d924ba34427c72852f88ee2375639618d64150e07c60a56d0bf2bc3b04c1da6b8aa68e05c9c1bfd1cb22d776c7f5464431c0b8ba1120
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

9 lines
254 B
Plaintext

"use strict";
module.exports = function() {
return `
The '--print-config' CLI option requires a path to a source code file rather than a directory.
See also: https://eslint.org/docs/latest/use/command-line-interface#--print-config
`.trimStart();
};