Skip to content

Update prettier & fix indentation in normalize-options test file - #2196

Merged
somewhatabstract merged 3 commits into
mainfrom
claude/lint-errors-pr-2195-s5h163
Jul 27, 2026
Merged

Update prettier & fix indentation in normalize-options test file#2196
somewhatabstract merged 3 commits into
mainfrom
claude/lint-errors-pr-2195-s5h163

Conversation

@somewhatabstract

@somewhatabstract somewhatabstract commented Jul 27, 2026

Copy link
Copy Markdown
Owner

Summary
Updated prettier and fixed inconsistent indentation in the normalize-options.test.ts file to improve code readability and maintain consistent formatting standards.

Issues
N/A

Details
Corrected the indentation of test parameter objects in three test cases within src/__tests__/normalize-options.test.ts. The objects were previously indented at the wrong level relative to their surrounding code blocks. This change aligns the indentation with the rest of the test file and follows standard formatting conventions.

The affected test cases are:

  • "should default marker to the defaultMarker result when called with $args"
  • "should default includeFrom to false when called with $args"
  • "should default force to false when called with $args"

Screenshots
N/A

Review notes
This is a purely cosmetic change affecting only whitespace/indentation. No functional changes were made to the test logic or behavior. Existing tests continue to pass.

https://claude.ai/code/session_01KMzHB9Z8LjbYDftjKJshk6

dependabot Bot and others added 2 commits July 25, 2026 14:12
Bumps [prettier](https://github.com/prettier/prettier) from 3.8.4 to 3.9.6.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.4...3.9.6)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
prettier 3.9.6 changes indentation inside template literal expressions
in normalize-options.test.ts, which eslint flagged as lint errors.
@changeset-bot

changeset-bot Bot commented Jul 27, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 325b97d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (a9aa311) to head (325b97d).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main     #2196   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines           86        86           
  Branches        22        22           
=========================================
  Hits            86        86           

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce59aad...325b97d. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

No functional change — this PR only fixes lint formatting, so no
version bump is warranted.
@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@somewhatabstract somewhatabstract changed the title Fix indentation in normalize-options test file Update prettier & fix indentation in normalize-options test file Jul 27, 2026
@somewhatabstract
somewhatabstract merged commit 95ecb46 into main Jul 27, 2026
20 checks passed
@somewhatabstract
somewhatabstract deleted the claude/lint-errors-pr-2195-s5h163 branch July 27, 2026 19:36
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.

2 participants