3👍
✅
I found an answer which works for my config.
Just need to add this code to rules of eslint’s config.
'prettier/prettier': [
'error',
{
vueIndentScriptAndStyle: false,
},
],
Source:stackexchange.com