We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce21cb commit b5bf147Copy full SHA for b5bf147
.vscode/settings.json
@@ -1,3 +1,10 @@
1
{
2
- "editor.formatOnSave": true
+ "editor.formatOnSave": true,
3
+ "biome.requireConfiguration": true,
4
+ "[javascript]": {
5
+ "editor.defaultFormatter": "biomejs.biome"
6
+ },
7
+ "[typescript]": {
8
9
+ }
10
}
0 commit comments