.gitignore added
[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
new file mode 100644 (file)
index 0000000..3ab4b34
--- /dev/null
@@ -0,0 +1,7 @@
+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.