Skip to content

Commit

Permalink
docs(no_undeclared_dependencies): follow up fix of #3173 (#3175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Jun 11, 2024
1 parent 72473fe commit 93e4d91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare_rule! {
/// The rule ignores imports using a protocol such as `node:`, `bun:`, `jsr:`, `https:`.
///
/// To ensure that Visual Studio Code uses relative imports when it automatically imports a variable,
/// you may set [`typescript.preferences.importModuleSpecifier`](https://code.visualstudio.com/updates/v1_24#_preferences-for-auto-imports-and-generated-code) to `relative`.
/// you may set [`javascript.preferences.importModuleSpecifier` and `typescript.preferences.importModuleSpecifier`](https://code.visualstudio.com/docs/getstarted/settings) to `relative`.
///
/// ## Examples
///
Expand Down

0 comments on commit 93e4d91

Please sign in to comment.