Skip to content

Commit

Permalink
Add ESLint Node.js runtime config
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Apr 30, 2021
1 parent a251539 commit 7d0af61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br><br>
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:<br><br>
Expand Down

0 comments on commit 7d0af61

Please sign in to comment.