JojoHomefries
TTCTheo's Typesafe Cult
•Created by JojoHomefries on 10/2/2023 in #questions
Unsafe assignment of an `any` value
Confirmed. My solution is to store the files in Windows, and access the windows moun in WSL, to execute commands (npm run dev, for example)
WSL has some quirks :/
9 replies
TTCTheo's Typesafe Cult
•Created by JojoHomefries on 10/2/2023 in #questions
Unsafe assignment of an `any` value
So I think this is a weird IDE issue. I am on Windows so I am loading my code from the Windows Subsystem for Linux mount (\\wsl.localhost)
I copied my project over to my Windows folder (outside of the linux mount) and the errors do not appear there
So I suspect eslint is having some issue when I load my project in \wsl.localhost
This is disappointing, maybe I can figure out how to fix it...
9 replies
TTCTheo's Typesafe Cult
•Created by JojoHomefries on 10/2/2023 in #questions
Unsafe assignment of an `any` value
Issue with linter?
9 replies
TTCTheo's Typesafe Cult
•Created by JojoHomefries on 10/2/2023 in #questions
Unsafe assignment of an `any` value
I am seeing the "Unsafe assignment of an
any
value." in almost every file in /src
Seems like I messed up the config or something, but I am not sure how to debug9 replies
TTCTheo's Typesafe Cult
•Created by JojoHomefries on 10/2/2023 in #questions
Unsafe assignment of an `any` value
9 replies
TTCTheo's Typesafe Cult
•Created by JojoHomefries on 10/2/2023 in #questions
Unsafe assignment of an `any` value
I have restarted many times, rebooted eslint, ran prisma db push and generate, and the code is working in the browser, so its an IDE issue, can't figure out where the issue is
9 replies