Mention that eslint is installed

This commit is contained in:
Erich Gamma
2019-04-28 15:03:45 +02:00
committed by GitHub
parent 39453b827f
commit ac96566c6b

View File

@@ -12,7 +12,7 @@ Some things to try:
1. **Edit:** 1. **Edit:**
- Open `server.js` - Open `server.js`
- Try adding some code and check out the language features. - Try adding some code and check out the language features. Notice that `eslint` and the `vscode-eslint` extension are already installed in the container.
2. **Terminal:** Press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>\`</kbd> and type `uname` and other Linux commands from the terminal window. 2. **Terminal:** Press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>\`</kbd> and type `uname` and other Linux commands from the terminal window.
3. **Build, Run, and Debug:** 3. **Build, Run, and Debug:**
- Open `server.js` - Open `server.js`