Files
Canteen-Management-System/counter-frontend/node_modules/eslint/messages/file-not-found.js
2026-07-24 12:06:56 +05:30

11 lines
268 B
JavaScript

"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();
};