[Vuejs]-Vue with eslint data host let me ask you something about

0👍

ESlint wants you to use double quotes here " rather than simple quotes ' because you have both ESlint and Prettier running in pair.

You could either auto-fix it with ESlint or edit the settings of Prettier to prefer simple quotes. I do recommend keeping the default.

Leave a comment