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
This is a bug report/feature or change request/support request
Problem
the js-waku codebase currently has unresolved random trailing commas that originate from a conflict between default prettier config (yes trailing commas) and our eslint config (no trailing commas)
This is a bug report/feature or change request/support request
Problem
the js-waku codebase currently has unresolved random trailing commas that originate from a conflict between default prettier config (yes trailing commas) and our eslint config (no trailing commas)
example: https://github.com/waku-org/js-waku/actions/runs/5880486318/job/15946890831?pr=1466
another example: https://github.com/waku-org/js-waku/actions/runs/5890355093/job/15975276872?pr=1469
ref: #1475
Proposed Solutions
probably needs to be resolved by
eslint --write
The text was updated successfully, but these errors were encountered: