Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💄 included_table.js loses var cells #98

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

jdhoffa
Copy link
Member

@jdhoffa jdhoffa commented Dec 2, 2024

This var was being defined for it's side effects, and is never actually called after being defined, causing the linter to complain.

By removing the var definition, we still benefit from the desired side effects of calling each method on rows.

You can confirm below that this is a pure refactor:

Before (main)

Screenshot 2024-12-02 at 15 20 58

After (this PR)

Screenshot 2024-12-02 at 15 21 39

@MonikaFu FYI

Relates to #96
Towards #29

@jdhoffa jdhoffa requested a review from MonikaFu as a code owner December 2, 2024 14:22
@jdhoffa jdhoffa assigned cjyetman and AlexAxthelm and unassigned cjyetman and AlexAxthelm Dec 2, 2024
@jdhoffa jdhoffa merged commit 4de6044 into main Dec 2, 2024
4 of 5 checks passed
@jdhoffa jdhoffa deleted the 29-linter-passes_included_table branch December 2, 2024 14:36
@jdhoffa jdhoffa mentioned this pull request Dec 2, 2024
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.

3 participants