Code style issues found in the above file(s). Forgot to run Prettier?

Viewed 15585

I have this problem when I try to check style with prettier --check

Code style issues found in the above file(s). Forgot to run Prettier?
1 Answers
 npx prettier --write .

This command overwrites the code and makes it beautiful.

Related