chore(biome): ignore vscode-icons/ submodule fully

This commit is contained in:
uncenter 2024-07-11 15:15:50 -04:00
parent 173546564d
commit 6c8206bcaf
No known key found for this signature in database

View File

@ -5,6 +5,9 @@
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignore": ["vscode-icons/**"]
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
@ -13,7 +16,7 @@
"lineEnding": "lf",
"lineWidth": 80,
"attributePosition": "auto",
"ignore": ["pnpm-lock.yaml", "vscode-icons/**"]
"ignore": ["pnpm-lock.yaml"]
},
"organizeImports": { "enabled": true },
"linter": { "enabled": true, "rules": { "recommended": true } },