I see 2 options to set Eslint as my default formatted and I'm not sure on the difference between these options:
"editor.defaultFormatter": "esbenp.prettier-vscode"
or"eslint.format.enable": true
What is the difference between these 2 settings?
I see 2 options to set Eslint as my default formatted and I'm not sure on the difference between these options:
"editor.defaultFormatter": "esbenp.prettier-vscode"
or"eslint.format.enable": true
What is the difference between these 2 settings?