diff options
author | cjihrig <cjihrig@gmail.com> | 2017-11-03 23:38:04 -0400 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2017-11-06 10:08:29 -0500 |
commit | 5f6d64789d7fa1e378e7c673f8f95627ab9c26ac (patch) | |
tree | 9a579b17f5f1d728df87975e629a81d11ad79eb4 /tools/eslint/messages/no-config-found.txt | |
parent | ba885c42efc11732dd8b9be4983870dc95df3dbf (diff) | |
download | node-new-5f6d64789d7fa1e378e7c673f8f95627ab9c26ac.tar.gz |
tools: update to ESLint 4.10.0
PR-URL: https://github.com/nodejs/node/pull/16738
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'tools/eslint/messages/no-config-found.txt')
-rw-r--r-- | tools/eslint/messages/no-config-found.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eslint/messages/no-config-found.txt b/tools/eslint/messages/no-config-found.txt index c5fb020076..2f95c41b8c 100644 --- a/tools/eslint/messages/no-config-found.txt +++ b/tools/eslint/messages/no-config-found.txt @@ -2,6 +2,6 @@ ESLint couldn't find a configuration file. To set up a configuration file for th eslint --init -ESLint looked for configuration files in <%= directory %> and its ancestors. +ESLint looked for configuration files in <%= directory %> 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://gitter.im/eslint/eslint |