You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was preparing for a pull request and checked the contribution guides. Under "Pull Requests", there's the recommendation to run npm run prettier if there are linting issue and, although I wasn't having any issues, I decided to run it anyway.
There were 1061 modified files after running it.
Many of them with no apparent changes:
Some had minor changes:
Very few had the whole file touched:
After running prettier, I ran npm run build and npm run start which resulted in everything seemingly working alright.
The text was updated successfully, but these errors were encountered:
I was preparing for a pull request and checked the contribution guides. Under "Pull Requests", there's the recommendation to run
npm run prettier
if there are linting issue and, although I wasn't having any issues, I decided to run it anyway.There were 1061 modified files after running it.
Many of them with no apparent changes:
Some had minor changes:
Very few had the whole file touched:
After running prettier, I ran
npm run build
andnpm run start
which resulted in everything seemingly working alright.The text was updated successfully, but these errors were encountered: