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 noticed after committing changes to my PR #886 that master seems to not be properly formatted.
The problem is the test script runs lint:*, which includes lint:prettier:fix, so invalid format can get autofixed in CI instead of erroring out. CI should error out so that no format-only changes wind up in the commit history for master.
How do you want me to fix this? I could either replace lint:* with lint:prettier, lint:lockfile etc (excluding lint:prettier:fix), or I could rename lint:prettier:fix to prettier:fix.