idahogurl / vs-code-prettier-eslint

A Visual Studio Code Extension to format JavaScript and TypeScript code using the prettier-eslint package.
MIT License
190 stars 47 forks source link

Not receiving any highlighting of Prettier formatting errors by Eslint #193

Closed aardvark79 closed 10 months ago

aardvark79 commented 10 months ago

I do see TypeScript highlighting, and the Prettier Eslint extension is auto-formatting according to the Prettier rules on save, but I am not seeing any actual highlighting of the Prettier formatting errors in my files. There are no errors in the output for Prettier Eslint, Prettier, or ESLint. What config settings, specifically, are supposed to enable the highlighting?

aardvark79 commented 10 months ago

I started from scratch and it is now working. I'm not sure what the issue was.