massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / eslint / messages / file-not-found.js
1 "use strict";
2
3 module.exports = function(it) {
4     const { pattern, globDisabled } = it;
5
6     return `
7 No files matching the pattern "${pattern}"${globDisabled ? " (with disabling globs)" : ""} were found.
8 Please check for typing mistakes in the pattern.
9 `.trimLeft();
10 };