[Vuejs]-Prettier and EsLint Tab Problem – curiouse sign in Vue

0👍

Somehow prettier is using tabs to format your code, this is not happening frequently?

It looks you have an eslint or some sort of linting rule running in vscode that is expecting the format to use spaces and not tabs.

Are you sure you don’t have any other prettier configuration with useTabs prettier flag set to true?

Leave a comment