Skip to content

Commit

Permalink
docs: describe purpose of eslint.workingDirectories vscode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
cahnory committed Nov 5, 2023
1 parent 5fdcac7 commit 95655d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
"editor.formatOnSave": true,
"eslint.format.enable": true,
"eslint.codeActionsOnSave.rules": null,
// Instructs ESLint to infer a working directory based on the location of
// package.json, .eslintignore and .eslintrc* files
"eslint.workingDirectories": [{ "mode": "auto" }],
"prettier.enable": true,
// Temporary fix for prettier-vscode issue #3040
Expand Down

0 comments on commit 95655d6

Please sign in to comment.