Files
lcbp3.np-dms.work/frontend/node_modules/eslint/messages/file-not-found.js
2025-09-21 20:29:15 +07:00

11 lines
268 B
JavaScript
Executable File

"use strict";
module.exports = function (it) {
const { pattern, globDisabled } = it;
return `
No files matching the pattern "${pattern}"${globDisabled ? " (with disabling globs)" : ""} were found.
Please check for typing mistakes in the pattern.
`.trimStart();
};