mirror of
https://github.com/catppuccin/web-file-explorer-icons.git
synced 2026-01-09 05:50:49 +08:00
chore(biome): ignore vscode-icons/ submodule fully
This commit is contained in:
parent
173546564d
commit
6c8206bcaf
@ -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 } },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user