Running npm run format-js formats more files than expected #1603
Labels
Good First Issue
Issue particularly suitable to be worked on by new contributors
[Type] Bug
An existing feature is broken
When I run
npm run format-js
it ends up formatting more files than I expected:The
scratches
andtest-plugins
directories I have on my machine which are not checked-in to Git.The specific checked-in files that were modified:
Either we should commit these changes to YML and JSON files, or we should ignore these files from being formatted.
The text was updated successfully, but these errors were encountered: