Cristian Casallas
Cristian Casallas

Reputation: 41

How to get rid of eslint prettier errors

How do I get rid of this replace error that underline red all over my code? Also everytime I "fix" all the errors, whenever I save, it show me the same error again.

How do I get rid of this replace error that underline red all over mny

Upvotes: 2

Views: 3195

Answers (2)

Radim Šafrán
Radim Šafrán

Reputation: 608

You just need to "Configure Default Formatter" to Prettier and "Format document" :).

Format Document With

Configure Default Formatter

Select extension

Format Document

Done

Upvotes: 0

Cristian Casallas
Cristian Casallas

Reputation: 41

I finally solved it by unistalling JS-CSS-HTML Formatter.

Upvotes: 0

Related Questions