Skip to content

chore: format code to project rules#155

Open
danyill wants to merge 1 commit into
openscd:mainfrom
danyill:issue-150-format
Open

chore: format code to project rules#155
danyill wants to merge 1 commit into
openscd:mainfrom
danyill:issue-150-format

Conversation

@danyill

@danyill danyill commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Runs the project formatter (eslint --fix + prettier --write) to fix the 45 files flagged by npm run lint. Formatting-only — no behavioural changes. npm run lint now passes clean.

Closes #150

Relationship to #153 (vitest)

These 45 files overlap heavily with #153 (both touch the same .spec.ts files), but the changes are conflict-free: #153 only rewrites the import … from "chai""vitest" line, while prettier reformats other lines. git merge-tree merges #150 and #153 cleanly (no conflicts), so they can be merged in either order.

Run the project formatter (eslint --fix + prettier --write) to fix the 45
files flagged by `npm run lint`. Formatting-only; no behavioural changes.

Closes openscd#150
@danyill
danyill requested a review from stee-re July 15, 2026 06:57
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.

Format code to project rules

1 participant