Skip to content

Commit

Permalink
fix(vscode): default imports to be from project root (#3773)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg committed Jun 22, 2022
1 parent 9936f6b commit 1b7be43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"nuxt.isNuxtApp": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"javascript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.importModuleSpecifier": "non-relative"
}

0 comments on commit 1b7be43

Please sign in to comment.