Skip to content

Format pass on src/ and .eslintrc.js#68

Open
roborourke wants to merge 2 commits into
feature/live-checksfrom
feature/live-checks-format
Open

Format pass on src/ and .eslintrc.js#68
roborourke wants to merge 2 commits into
feature/live-checksfrom
feature/live-checks-format

Conversation

@roborourke

Copy link
Copy Markdown
Contributor

Summary

Stacked on #66 (live-checks).

Splits out the Prettier/wp-scripts format churn from the live-checks feature PR so that PR is reviewable on its own:

  • src/components/ — ChecklistItem, ChecklistItemContent, ChecklistPanel, ChecklistPanelContent, CompletionIndicator, ConfirmOverrideHelpText, StatusIcon: whitespace, line-wrapping, quote style, trailing commas
  • src/containers/ChecklistPanel.js — destructuring collapsing
  • .eslintrc.js — single quotes, trailing commas, unquoted keys, remove dropped jsdoc/newline-after-description rule

No behavioral changes. Formatted clean with npm run format (no =<tab> artefacts from the original pass).

Test plan

🤖 Generated with Claude Code

roborourke and others added 2 commits May 15, 2026 11:36
Strips the Prettier/wp-scripts reformat of files the live-checks feature
itself doesn't touch (StatusIcon, CompletionIndicator, ConfirmOverrideHelpText,
ChecklistItem, ChecklistItemContent, ChecklistPanel, ChecklistPanelContent,
.eslintrc.js) so the feature PR is reviewable on its own merits. These
changes will land in a separate stacked PR.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Applies wp-scripts format to src/ and restyling of .eslintrc.js
(single quotes, trailing commas, unquoted keys). No behavioral changes.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant