I ran ESlint (with prettier
plugin) on my repo and it showed about 700 problems, 600 of them it said it can autofix with the --fix
flag.
How should I approach this? Is it safe to autofix or it could break my code and I should do it manually one file at a time?