Skip to content

Commit 69238d8

Browse files
authored
docs: Update npmrc.md (minor formatting tweaks) (#7099)
1 parent 86ac76c commit 69238d8

File tree

1 file changed

+4
-4
lines changed
  • docs/lib/content/configuring-npm

1 file changed

+4
-4
lines changed

docs/lib/content/configuring-npm/npmrc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ For a list of available configuration options, see
1919

2020
The four relevant files are:
2121

22-
* per-project config file (/path/to/my/project/.npmrc)
23-
* per-user config file (~/.npmrc)
24-
* global config file ($PREFIX/etc/npmrc)
25-
* npm builtin config file (/path/to/npm/npmrc)
22+
* per-project config file (`/path/to/my/project/.npmrc`)
23+
* per-user config file (`~/.npmrc`)
24+
* global config file (`$PREFIX/etc/npmrc`)
25+
* npm builtin config file (`/path/to/npm/npmrc`)
2626

2727
All npm config files are an ini-formatted list of `key = value` parameters.
2828
Environment variables can be replaced using `${VARIABLE_NAME}`. For

0 commit comments

Comments
 (0)