massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / eslint / messages / plugin-conflict.txt
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/eslint/messages/plugin-conflict.txt b/.config/coc/extensions/node_modules/coc-prettier/node_modules/eslint/messages/plugin-conflict.txt
deleted file mode 100644 (file)
index 3ab4b34..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-ESLint couldn't determine the plugin "<%- pluginId %>" uniquely.
-<% for (const { filePath, importerName } of plugins) { %>
-- <%= filePath %> (loaded in "<%= importerName %>")<% } %>
-
-Please remove the "plugins" setting from either config or remove either plugin installation.
-
-If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.