Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Update the chatroom link to go directly to help channel #13536

Merged
merged 1 commit into from Jul 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion messages/extend-config-missing.txt
Expand Up @@ -2,4 +2,4 @@ ESLint couldn't find the config "<%- configName %>" to extend from. Please check

The config "<%- configName %>" was referenced from the config file in "<%- importerName %>".

If you still have problems, please stop by https://eslint.org/chat to chat with the team.
If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
2 changes: 1 addition & 1 deletion messages/no-config-found.txt
Expand Up @@ -4,4 +4,4 @@ ESLint couldn't find a configuration file. To set up a configuration file for th

ESLint looked for configuration files in <%= directoryPath %> and its ancestors. If it found none, it then looked in your home directory.

If you think you already have a configuration file or if you need more help, please stop by the ESLint chat room: https://eslint.org/chat
If you think you already have a configuration file or if you need more help, please stop by the ESLint chat room: https://eslint.org/chat/help
2 changes: 1 addition & 1 deletion messages/plugin-conflict.txt
Expand Up @@ -4,4 +4,4 @@ ESLint couldn't determine the plugin "<%- pluginId %>" uniquely.

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 to chat with the team.
If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
2 changes: 1 addition & 1 deletion messages/plugin-missing.txt
Expand Up @@ -8,4 +8,4 @@ It's likely that the plugin isn't installed correctly. Try reinstalling by runni

The plugin "<%- pluginName %>" was referenced from the config file in "<%- importerName %>".

If you still can't figure out the problem, please stop by https://eslint.org/chat to chat with the team.
If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
2 changes: 1 addition & 1 deletion messages/whitespace-found.txt
@@ -1,3 +1,3 @@
ESLint couldn't find the plugin "<%- pluginName %>". because there is whitespace in the name. Please check your configuration and remove all whitespace from the plugin name.

If you still can't figure out the problem, please stop by https://eslint.org/chat to chat with the team.
If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.