Urara-Blog/node_modules/.pnpm-store/v3/files/74/11e4c253ee1953fb9d7265b4d9e017dc712ab5773370be6c005cd958b569404da1b8810e0805356f1760cd9d51df355cddf393a1925e924e6bca1d7415e58f
2022-08-14 01:14:53 +08:00

8 lines
254 B
Text

"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/user-guide/command-line-interface#--print-config
`.trimStart();
};