summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKid <44045911+kidonng@users.noreply.github.com>2021-04-23 00:08:12 +0800
committerGitHub <noreply@github.com>2021-04-22 12:08:12 -0400
commitaaf1f246d7ee079da3a51707cc3c8adad8874be3 (patch)
tree742aa514e9f56ebaebb98f56a64091e9d076ced0 /docs
parentabe19c712d13bbcd14c918c96b2c7af24d8a37dd (diff)
fix(nodejs): Check for `.nvmrc` (#2626)
* feat(nodejs): Check for `.nvmrc` * Fix test
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 3d93396f0..063bd5a9d 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -1863,6 +1863,7 @@ By default the module will be shown if any of the following conditions are met:
- The current directory contains a `package.json` file
- The current directory contains a `.node-version` file
+- The current directory contains a `.nvmrc` file
- The current directory contains a `node_modules` directory
- The current directory contains a file with the `.js`, `.mjs` or `.cjs` extension
- The current directory contains a file with the `.ts` extension