Skip to content

chore: willboosterify this repo#23

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

chore: willboosterify this repo#23
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 updates the @willbooster/wb dependency to version 13.12.14, adds @types/* to the preapproved packages in .yarnrc.yml, and modifies the oxlint configuration. Feedback was provided to simplify the oxlint.config.ts file by removing a redundant intermediate variable, adhering to the project's coding standards for minimizing redundancy.

Comment thread oxlint.config.ts
Comment on lines +2 to +4
import oxlintBaseConfig from '@willbooster/oxlint-config';

const oxlintResolvedConfig = oxlintBaseConfig;
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 intermediate variable oxlintBaseConfig and its assignment to oxlintResolvedConfig are redundant. You can import the configuration directly as oxlintResolvedConfig to simplify the code, adhering to the rule of eliminating redundancy.

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

@WillBooster-bot WillBooster-bot merged commit adc8ccf into main May 8, 2026
11 checks passed
@WillBooster-bot WillBooster-bot deleted the wbfy branch May 8, 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