Fix any type usage in desktop/ (#6033)

# Description of Changes
Follow on from #5949, expanding any type usage ban to the `desktop/`
folder

Also gets rid of a bunch of really verbose desktop logging that I don't
think we really need anymore (or ever needed tbh, most of it doesn't
make sense) because it was using a bunch of `any` typing and wasn't
worth fixing.
This commit is contained in:
James Brunton
2026-04-20 12:42:38 +00:00
committed by GitHub
parent 308da01d96
commit cc9650e7a3
13 changed files with 55 additions and 112 deletions
+1
View File
@@ -78,6 +78,7 @@ export default defineConfig(
// Folders that have been cleaned up and are now conformant - stricter rules enforced here
{
files: [
"src/desktop/**/*.{js,mjs,jsx,ts,tsx}",
"src/proprietary/**/*.{js,mjs,jsx,ts,tsx}",
"src/saas/**/*.{js,mjs,jsx,ts,tsx}",
"src/prototypes/**/*.{js,mjs,jsx,ts,tsx}",