fix(lint): resolve all lint errors and remove dangling symlinks

Fix 14 editorconfig/biome errors across 6 files: update biome schema
version, replace tabs with spaces, fix continuation indents, and wrap
long lines. Remove dangling OrbStack fish completion symlinks.
This commit is contained in:
2026-02-05 20:07:43 +02:00
parent 4510e62070
commit 57b566704e
8 changed files with 19 additions and 17 deletions

View File

@@ -2,14 +2,14 @@
-- These globals can be set and accessed:
--
globals = {
"rawrequire",
"rawrequire",
}
--
-- These globals can only be accessed:
--
read_globals = {
"hs",
"ls",
"spoon",
"hs",
"ls",
"spoon",
}

View File

@@ -370,7 +370,7 @@ def infer_type_from_param_name(param_name: str) -> str:
# Function indicators
if (param_name in ["fn", "func", "callback", "handler", "listener",
"predicate", "filter", "mapper", "reducer"]):
"predicate", "filter", "mapper", "reducer"]):
return "function"
# Number indicators