Skip to content

Commit fc77e53

Browse files
authored
Fixes #2009: Settings documentation (#2011)
1 parent c0e7537 commit fc77e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ This extension contributes the following variables to the [settings](https://cod
257257
```
258258
- `eslint.useESLintClass` (@since 2.2.0) - whether to use the ESLint class API even if the CLIEngine API is present. The setting is only honor when using ESLint version 7.x.
259259
- `eslint.run` - run the linter `onSave` or `onType`, default is `onType`.
260-
- `eslint.quiet` - ignore warnings.
260+
- `eslint.quiet` - ignore warnings, default is `false`.
261261
- `eslint.runtime` - use this setting to set the path of the node runtime to run ESLint under. [Use `"node"`](https://github.com/microsoft/vscode-eslint/issues/1233#issuecomment-815521280) if you want to use your default system version of node.
262262
- _NOTE_ If you are using remote connections (e.g., WSL, Remote SSH, DevContainer, etc.) and don’t want to modify workspace-wide settings, you need to run the "Preferences: Open Remote Settings (JSON)" command via the Command Palette. Set the desired options there, and then reload the editor to ensure the linter server applies the changes.
263263
- `eslint.execArgv` - use this setting to pass additional arguments to the node runtime like `--max-old-space-size=4096`

0 commit comments

Comments
 (0)