I decided to learn Vue and, after a few hours, I kept encountering errors and warnings from ESLint, which frustrated me greatly.
I decided to rebuild the project without ESLint and found that Vue was much better for me. In my research, I found some posts that said VSCode and ESLint were not working well together. What is the cause of these errors and warnings? It seems as though ESLint wants me to constantly use the "--fix" command and have zero empty spaces or line breaks in my code. Is there anyone who can actually use ESLint and save time? If so, why?