massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / eslint / messages / file-not-found.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/eslint/messages/file-not-found.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/eslint/messages/file-not-found.js
new file mode 100644 (file)
index 0000000..26a5d57
--- /dev/null
@@ -0,0 +1,10 @@
+"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.
+`.trimLeft();
+};