Skip to content

style(tabulator): resolve eslint warnings in test suites#852

Merged
lcottercertinia merged 2 commits into
certinia:mainfrom
lukecotter:chore-fix-lint
Jul 10, 2026
Merged

style(tabulator): resolve eslint warnings in test suites#852
lcottercertinia merged 2 commits into
certinia:mainfrom
lukecotter:chore-fix-lint

Conversation

@lukecotter

Copy link
Copy Markdown
Collaborator

📝 PR Overview

Clears the 9 remaining eslint warnings in the tabulator test/mocks files so pnpm lint runs clean. No production code or behaviour changes.

🛠️ Changes made

  • Typed the tabulator-tables mock Renderer with MockTable/MockRowEl interfaces instead of any (no-explicit-any)
  • Renamed mock row prop __internalinternalRow in AnchoringPolicy.test.ts to satisfy naming-convention (double-underscore)
  • Added braces to single-line if/for bodies flagged by the curly rule

🧩 Type of change (check all applicable)

  • 🐛 Bug fix - something not working as expected
  • ✨ New feature – adds new functionality
  • ♻️ Refactor - internal changes with no user impact
  • ⚡ Performance Improvement
  • 📝 Documentation - README or documentation site changes
  • 🔧 Chore - dev tooling, CI, config
  • 💥 Breaking change

✅ Tests added?

  • 🙅 no, not needed

The 4 affected suites (83 tests) still pass unchanged.

📚 Docs updated?

  • 🙅 not needed

- type the tabulator-tables mock Renderer with MockTable/MockRowEl instead of any
- rename mock row prop __internal to internalRow to satisfy naming-convention
- add braces to single-line if/for bodies flagged by curly
@lcottercertinia
lcottercertinia merged commit e0db54e into certinia:main Jul 10, 2026
7 checks passed
@lukecotter
lukecotter deleted the chore-fix-lint branch July 10, 2026 18:37
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