Lintern fixing...best practice

Is there a way to configure cursor so that insteaf of trying to fix them once it created the issue, it actually writes code preventing it…should i disable lint fixing until i have made some good progress or then they will accumulate and its worst…its just that anything agent writes creates lints and it spends half the time fixing them AND sometimes deviates and creates errors.

What is reccomended ?

You could avoid some issues by mentioning docs of any relevant libraries you are using.

Other options:
a. Disable lint fixing: You can disable the “Iterate on Lints” feature in the settings. This will prevent Cursor from attempting to fix lints automatically.

b. Ignore specific files: You can use the advanced settings to configure which files Cursor ignores during indexing. This might help reduce unnecessary linting on certain files.