We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a8cd99 + 68e9943 commit f0a5c12Copy full SHA for f0a5c12
.gitignore
@@ -34,7 +34,6 @@ yarn-error.log*
34
35
.env
36
.vercel
37
-.vscode
38
.env*.local
39
40
# Playwright
.vscode/extensions.json
@@ -0,0 +1,3 @@
1
+{
2
+ "recommendations": ["biomejs.biome"]
3
+}
.vscode/settings.json
@@ -0,0 +1,18 @@
+ "editor.formatOnSave": true,
+ "[javascript]": {
4
+ "editor.defaultFormatter": "biomejs.biome"
5
+ },
6
+ "[typescript]": {
7
8
9
+ "[typescriptreact]": {
10
11
12
+ "typescript.tsdk": "node_modules/typescript/lib",
13
+ "eslint.workingDirectories": [
14
+ { "pattern": "app/*" },
15
+ { "pattern": "packages/*" }
16
+ ]
17
+ }
18
+
0 commit comments