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.
2 parents 4122b37 + 6efbf03 commit f79796aCopy full SHA for f79796a
.vscode/extensions.json
@@ -0,0 +1,3 @@
1
+{
2
+ "recommendations": ["biomejs.biome"]
3
+}
.vscode/settings.json
@@ -0,0 +1,8 @@
+ "editor.formatOnSave": true,
+ "editor.defaultFormatter": "biomejs.biome",
4
+ "editor.codeActionsOnSave": {
5
+ "source.fixAll.biome": "explicit",
6
+ "source.organizeImports.biome": "explicit"
7
+ }
8
0 commit comments