Skip to content

Commit

Permalink
Fix: Update the chatroom link to go directly to help channel (#13536)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jul 30, 2020
1 parent f937eb9 commit 16b10fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.

0 comments on commit 16b10fe

Please sign in to comment.