chore: willboosterify this repo#748
Conversation
There was a problem hiding this comment.
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.
| // 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 |
There was a problem hiding this comment.
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.
| // 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
- Simplify code as much as possible to eliminate redundancy. (link)
| // 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 |
There was a problem hiding this comment.
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.
| // 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
- Simplify code as much as possible to eliminate redundancy. (link)
| // 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 |
There was a problem hiding this comment.
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.
| // 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
- Simplify code as much as possible to eliminate redundancy. (link)
| // 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 |
There was a problem hiding this comment.
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.
| // 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
- Simplify code as much as possible to eliminate redundancy. (link)
| // 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 |
There was a problem hiding this comment.
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.
| // 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
- Simplify code as much as possible to eliminate redundancy. (link)
| // 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 |
There was a problem hiding this comment.
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.
| // 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
- Simplify code as much as possible to eliminate redundancy. (link)
| // 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 |
There was a problem hiding this comment.
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.
| // 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
- Simplify code as much as possible to eliminate redundancy. (link)
| // 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 |
There was a problem hiding this comment.
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.
| // 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
- Simplify code as much as possible to eliminate redundancy. (link)
No description provided.