Hello world, is there a way to disable the lint render is doing when I have unused variables?, it is wasting resources trying to upload and then fail because of this. I’m moving a site from CRA to Vite and I need to check that everything works when I deploy the app, I’ll take care of the unused variables later