Skip to content

chore: willboosterify this repo#19

Merged
WillBooster-bot merged 1 commit intomainfrom
wbfy
May 4, 2026
Merged

chore: willboosterify this repo#19
WillBooster-bot merged 1 commit intomainfrom
wbfy

Conversation

@WillBooster-bot
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces structural comments to configuration files, updates the @willbooster/wb dependency to version 13.12.13, and renames the configuration variable in oxlint.config.ts. Feedback was provided to revert the variable name oxlintResolvedConfig back to config to adhere to the repository's style guide regarding simplicity and redundancy.

Comment thread oxlint.config.ts
@@ -1,7 +1,7 @@
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The variable name oxlintResolvedConfig is unnecessarily verbose. Per the repository style guide, simplify code to eliminate redundancy. config is sufficient and consistent with other configuration files in the repository.

Suggested change
import oxlintResolvedConfig from '@willbooster/oxlint-config';
import config from '@willbooster/oxlint-config';
References
  1. Simplify code as much as possible to eliminate redundancy. (link)

Comment thread oxlint.config.ts

// wbfy:start oxlint-export
export default config;
export default oxlintResolvedConfig;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The variable name oxlintResolvedConfig is unnecessarily verbose. Per the repository style guide, simplify code to eliminate redundancy. config is sufficient and consistent with other configuration files in the repository.

Suggested change
export default oxlintResolvedConfig;
export default config;
References
  1. Simplify code as much as possible to eliminate redundancy. (link)

@WillBooster-bot WillBooster-bot merged commit 54e1d00 into main May 4, 2026
10 checks passed
@WillBooster-bot WillBooster-bot deleted the wbfy branch May 4, 2026 22:28
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.

1 participant