Skip to content

fix: resolve eslint indentation and attribute-order warnings#7230

Merged
andypalmi merged 1 commit into
mainfrom
fix/lint-warnings
May 8, 2026
Merged

fix: resolve eslint indentation and attribute-order warnings#7230
andypalmi merged 1 commit into
mainfrom
fix/lint-warnings

Conversation

@andypalmi
Copy link
Copy Markdown
Contributor

@andypalmi andypalmi commented May 8, 2026

Summary

  • Fixes 23 vue/html-indent warnings in SnapshotDiffChangePanel.vue
  • Fixes 1 vue/attributes-order warning in KebabItem.vue

Closes #7229

Test plan

  • Run npm run lint — should report no warnings

Fixes vue/html-indent warnings in SnapshotDiffChangePanel.vue and
vue/attributes-order warning in KebabItem.vue.
@andypalmi andypalmi requested a review from hardillb May 8, 2026 11:11
@andypalmi andypalmi enabled auto-merge May 8, 2026 11:11
@andypalmi andypalmi merged commit 7816b98 into main May 8, 2026
28 checks passed
@andypalmi andypalmi deleted the fix/lint-warnings branch May 8, 2026 11:24
@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.53%. Comparing base (a8aa55d) to head (071c83d).
⚠️ Report is 17 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7230      +/-   ##
==========================================
- Coverage   76.57%   76.53%   -0.04%     
==========================================
  Files         405      405              
  Lines       20586    20586              
  Branches     4976     4976              
==========================================
- Hits        15764    15756       -8     
- Misses       4822     4830       +8     
Flag Coverage Δ
backend 76.53% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

Fix ESLint warnings in SnapshotDiffChangePanel and KebabItem

2 participants