Slint errors, how to configure (if possible?) cursor agents to write code without them?

its a lot of time and revisiting code to fix slint errors created…is this just how it is or is there a more automatic solution for this than to go over the code it just wrote to fix it…?

Enable “Iterate on Lints” in Settings > Features > Chat/Composer to have Cursor automatically try to fix lint errors as code is generated. This should help reduce the manual fixes needed

You can also create custom rules in the .cursor/rules directory to guide how the AI writes code - check out Cursor – Rules for AI for setting those up

These won’t catch everything, but should help cut down the time spent fixing things manually