mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor: ♻️ Always use explicit types in every function
This commit is contained in:
parent
54cea29ce9
commit
c1dcdc78ae
62 changed files with 359 additions and 226 deletions
12
biome.json
12
biome.json
|
|
@ -66,7 +66,17 @@
|
|||
"options": {
|
||||
"accessibility": "explicit"
|
||||
}
|
||||
}
|
||||
},
|
||||
"noCommonJs": "warn",
|
||||
"noDynamicNamespaceImportAccess": "warn",
|
||||
"noExportedImports": "warn",
|
||||
"noIrregularWhitespace": "warn",
|
||||
"noSubstr": "warn",
|
||||
"noTemplateCurlyInString": "warn",
|
||||
"noUselessEscapeInRegex": "warn",
|
||||
"noUselessStringRaw": "warn",
|
||||
"useAdjacentOverloadSignatures": "warn",
|
||||
"useExplicitType": "warn"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue