We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d7a32 commit 8986a15Copy full SHA for 8986a15
3 files changed
.gitignore
@@ -3,10 +3,6 @@ dist/
3
4
# dev
5
.yarn/
6
-!.yarn/releases
7
-.vscode/*
8
-!.vscode/launch.json
9
-!.vscode/*.code-snippets
10
.idea/workspace.xml
11
.idea/usage.statistics.xml
12
.idea/shelf
.vscode/extensions.json
@@ -0,0 +1,5 @@
1
+{
2
+ "recommendations": [
+ "biomejs.biome"
+ ]
+}
.vscode/settings.json
@@ -0,0 +1,10 @@
+ "editor.defaultFormatter": "biomejs.biome",
+ "editor.formatOnSave": true,
+ "editor.codeActionsOnSave": {
+ "source.organizeImports.biome": "explicit"
+ },
+ "files.associations": {
+ "llms.txt": "markdown"
+ }
0 commit comments