Reputation:
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?
Upvotes: 39
Views: 60877
Reputation: 1194
npx prettier --write .
This command overwrites the code and makes it beautiful.
Upvotes: 75