Fix eclint

This commit is contained in:
Yash Singh 2021-04-19 10:48:24 -07:00 committed by Yash-Singh1
parent 33c74fea6e
commit de8ac9cff6

View File

@ -523,7 +523,7 @@ When reading the `.nvmrc` file, nvm will:
1. Remove all comments on their own line as shown in the first line of the example
2. Remove all comments in middle of a line. Because of this, # is not allowed inside your `nvm` alias. Example on line 3
3. Remove all newlines such as the one on line 2
4. Remove all tabs, such as the one on line 3
4. Remove all tabs
5. Trim the lines
### Deeper Shell Integration