Skip to content

Commit

Permalink
Prefer relative import path style for auto imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stephl3 committed May 21, 2024
1 parent 691877c commit 8caef8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"eslint.lintTask.options": "--config ./tools/lint/eslint.config.js",
"eslint.format.enable": true,
"eslint.runtime": "node",
"eslint.workingDirectories": ["./"]
"eslint.workingDirectories": ["./"],
"typescript.preferences.importModuleSpecifier": "project-relative"
}

0 comments on commit 8caef8b

Please sign in to comment.