diff --git a/macos.md b/macos.md index 6629e5f..eb18b17 100644 --- a/macos.md +++ b/macos.md @@ -122,6 +122,7 @@ "workbench.editor.closeEmptyGroups": false, "prettier.singleQuote": true, "prettier.trailingComma": "all", + "eslint.runtime": "/opt/homebrew/bin/node", ``` If you had any previous settings beforehand, you may notice that some text above will be underlined by a squiggly yellow line. This is a warning because we pasted some duplicate properties from the code above.

If you have any of these warnings, we should fix them. For each one of these lines with the warnings on them, delete the full line, including the comma at the end. We usually like to select from the start of the first `"` to just before the next `"` on the next line: