Skip to content

chore: willboosterify this repo#748

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

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

Conversation

@WillBooster-bot
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

@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.13 across the repository and renames the oxlint configuration variable in several oxlint.config.ts files. Feedback was provided to further simplify these configuration files by using direct re-exports instead of intermediate variables, which aligns with the repository's coding standards for reducing redundancy.

Comment thread oxlint.config.ts
Comment on lines 1 to 7
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base

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

Choose a reason for hiding this comment

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

medium

This file can be simplified by using a direct re-export. This is more concise and avoids creating an unnecessary intermediate variable, which aligns with the repository's style guide to simplify code and eliminate redundancy.

Suggested change
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
export default config;
export default oxlintResolvedConfig;
// wbfy:end oxlint-export
// wbfy:start oxlint-base
export { default } from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
// wbfy:end oxlint-export
References
  1. Simplify code as much as possible to eliminate redundancy. (link)

Comment on lines 1 to 7
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base

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

Choose a reason for hiding this comment

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

medium

This file can be simplified by using a direct re-export. This is more concise and avoids creating an unnecessary intermediate variable, which aligns with the repository's style guide to simplify code and eliminate redundancy.

Suggested change
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
export default config;
export default oxlintResolvedConfig;
// wbfy:end oxlint-export
// wbfy:start oxlint-base
export { default } from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
// wbfy:end oxlint-export
References
  1. Simplify code as much as possible to eliminate redundancy. (link)

Comment on lines 1 to 7
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base

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

Choose a reason for hiding this comment

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

medium

This file can be simplified by using a direct re-export. This is more concise and avoids creating an unnecessary intermediate variable, which aligns with the repository's style guide to simplify code and eliminate redundancy.

Suggested change
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
export default config;
export default oxlintResolvedConfig;
// wbfy:end oxlint-export
// wbfy:start oxlint-base
export { default } from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
// wbfy:end oxlint-export
References
  1. Simplify code as much as possible to eliminate redundancy. (link)

Comment on lines 1 to 7
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base

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

Choose a reason for hiding this comment

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

medium

This file can be simplified by using a direct re-export. This is more concise and avoids creating an unnecessary intermediate variable, which aligns with the repository's style guide to simplify code and eliminate redundancy.

Suggested change
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
export default config;
export default oxlintResolvedConfig;
// wbfy:end oxlint-export
// wbfy:start oxlint-base
export { default } from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
// wbfy:end oxlint-export
References
  1. Simplify code as much as possible to eliminate redundancy. (link)

Comment on lines 1 to 7
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base

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

Choose a reason for hiding this comment

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

medium

This file can be simplified by using a direct re-export. This is more concise and avoids creating an unnecessary intermediate variable, which aligns with the repository's style guide to simplify code and eliminate redundancy.

Suggested change
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
export default config;
export default oxlintResolvedConfig;
// wbfy:end oxlint-export
// wbfy:start oxlint-base
export { default } from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
// wbfy:end oxlint-export
References
  1. Simplify code as much as possible to eliminate redundancy. (link)

Comment on lines 1 to 7
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base

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

Choose a reason for hiding this comment

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

medium

This file can be simplified by using a direct re-export. This is more concise and avoids creating an unnecessary intermediate variable, which aligns with the repository's style guide to simplify code and eliminate redundancy.

Suggested change
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
export default config;
export default oxlintResolvedConfig;
// wbfy:end oxlint-export
// wbfy:start oxlint-base
export { default } from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
// wbfy:end oxlint-export
References
  1. Simplify code as much as possible to eliminate redundancy. (link)

Comment on lines 1 to 7
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base

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

Choose a reason for hiding this comment

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

medium

This file can be simplified by using a direct re-export. This is more concise and avoids creating an unnecessary intermediate variable, which aligns with the repository's style guide to simplify code and eliminate redundancy.

Suggested change
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
export default config;
export default oxlintResolvedConfig;
// wbfy:end oxlint-export
// wbfy:start oxlint-base
export { default } from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
// wbfy:end oxlint-export
References
  1. Simplify code as much as possible to eliminate redundancy. (link)

Comment on lines 1 to 7
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base

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

Choose a reason for hiding this comment

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

medium

This file can be simplified by using a direct re-export. This is more concise and avoids creating an unnecessary intermediate variable, which aligns with the repository's style guide to simplify code and eliminate redundancy.

Suggested change
// wbfy:start oxlint-base
import config from '@willbooster/oxlint-config';
import oxlintResolvedConfig from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
export default config;
export default oxlintResolvedConfig;
// wbfy:end oxlint-export
// wbfy:start oxlint-base
export { default } from '@willbooster/oxlint-config';
// wbfy:end oxlint-base
// wbfy:start oxlint-export
// wbfy:end oxlint-export
References
  1. Simplify code as much as possible to eliminate redundancy. (link)

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