Skip to content

Commit

Permalink
chore: align biome, add extension to import suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed Dec 19, 2024
1 parent 3475ff9 commit 4b6ba21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"package.json": "json",
"*.json": "jsonc"
},
"javascript.preferences.importModuleSpecifierEnding": "js",
"typescript.preferences.importModuleSpecifierEnding": "js",
"editor.codeActionsOnSave": {
"source.organizeImports.biome": "explicit"
},
Expand Down
4 changes: 2 additions & 2 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"options": {
"suggestedExtensions": {
"ts": {
"module": "ts",
"component": "ts"
"module": "js",
"component": "js"
}
}
}
Expand Down

0 comments on commit 4b6ba21

Please sign in to comment.