Files
med-notes/.pnpm-store/v10/files/f0/007a40981c300711f801504df85d74ab2a83dc3669ea43e1504bed970be36171f947a2de9c69884aae75cd00c8e600ea26d123edc236724ad4f242d801abf3
2025-05-09 05:30:08 +02:00

9 lines
252 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();
};