ignore .vscode

This commit is contained in:
Oliver Bryan
2025-12-14 19:53:31 +00:00
parent f971c17143
commit 1b35bc0b5d
2 changed files with 14 additions and 8 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/node_modules /node_modules
/.vscode

View File

@@ -1,10 +1,15 @@
{ {
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json", "$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"formatter": { "formatter": {
"enabled": true, "enabled": true,
"formatWithErrors": false, "formatWithErrors": false,
"indentStyle": "space", "indentStyle": "space",
"indentWidth": 4, "indentWidth": 4,
"lineWidth": 110 "lineWidth": 110
},
"css": {
"parser": {
"tailwindDirectives": true
}
} }
} }