Files
med-notes/.pnpm-store/v10/files/3f/aa5521653fd5e34c5aa5c86f8a9d92dbe8e14063898cb99148a345bb5efcbde9ac621c07a6240b44ab7ec4f92dc3124e1cecb3e4d05e69db444ef93a0ccd0e
2025-05-09 05:30:08 +02:00

14 lines
418 B
Plaintext

"use strict";
module.exports = function (it) {
const { configName, importerName } = it;
return `
ESLint couldn't find the config "${configName}" to extend from. Please check that the name of the config is correct.
The config "${configName}" was referenced from the config file in "${importerName}".
If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
`.trimStart();
};