From ac96566c6b1d55af6829b5c8c6b17c3309bb8212 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Sun, 28 Apr 2019 15:03:45 +0200 Subject: [PATCH] Mention that eslint is installed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67fd9a2..e2c55c2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Some things to try: 1. **Edit:** - 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 Ctrl+Shift+\` and type `uname` and other Linux commands from the terminal window. 3. **Build, Run, and Debug:** - Open `server.js`