Is there a way to change all eslint errors to warnings using eslintrc.js file?
I just hate it at the moment, especially when it stops the entire program because I added an extra space.
I was wondering is there a way to turn all errors off and let prettier handle the rearranging of the code?
P.S. I am using vscode as the IDE and
I know about the comment thingy at the beginning of the code. It does not work on a vue or nuxt project