Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions oxlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,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
Comment on lines 1 to 7
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)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@willbooster/oxfmt-config": "1.2.2",
"@willbooster/oxlint-config": "1.4.6",
"@willbooster/wb": "13.12.10",
"@willbooster/wb": "13.12.13",
"conventional-changelog-conventionalcommits": "9.3.1",
"lefthook": "2.1.5",
"oxfmt": "0.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-lib-blitz-next/oxlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,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
Comment on lines 1 to 7
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)

2 changes: 1 addition & 1 deletion packages/shared-lib-blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@willbooster/oxfmt-config": "1.2.2",
"@willbooster/oxlint-config": "1.4.6",
"@willbooster/wb": "13.12.10",
"@willbooster/wb": "13.12.13",
"blitz": "3.0.2",
"build-ts": "17.1.10",
"oxfmt": "0.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-lib-next/oxlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,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
Comment on lines 1 to 7
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)

2 changes: 1 addition & 1 deletion packages/shared-lib-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@willbooster/oxfmt-config": "1.2.2",
"@willbooster/oxlint-config": "1.4.6",
"@willbooster/wb": "13.12.10",
"@willbooster/wb": "13.12.13",
"build-ts": "17.1.10",
"next": "16.2.4",
"oxfmt": "0.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-lib-node/oxlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,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
Comment on lines 1 to 7
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)

2 changes: 1 addition & 1 deletion packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@willbooster/oxfmt-config": "1.2.2",
"@willbooster/oxlint-config": "1.4.6",
"@willbooster/wb": "13.12.10",
"@willbooster/wb": "13.12.13",
"build-ts": "17.1.10",
"oxfmt": "0.47.0",
"oxlint": "1.62.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-lib-react/oxlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,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
Comment on lines 1 to 7
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)

2 changes: 1 addition & 1 deletion packages/shared-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@willbooster/oxfmt-config": "1.2.2",
"@willbooster/oxlint-config": "1.4.6",
"@willbooster/wb": "13.12.10",
"@willbooster/wb": "13.12.13",
"babel-loader": "10.1.1",
"build-ts": "17.1.10",
"oxfmt": "0.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-lib/oxlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,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
Comment on lines 1 to 7
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)

2 changes: 1 addition & 1 deletion packages/shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@willbooster/oxfmt-config": "1.2.2",
"@willbooster/oxlint-config": "1.4.6",
"@willbooster/wb": "13.12.10",
"@willbooster/wb": "13.12.13",
"build-ts": "17.1.10",
"oxfmt": "0.47.0",
"oxlint": "1.62.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wb/oxlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,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
Comment on lines 1 to 7
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)

4 changes: 2 additions & 2 deletions packages/wbfy/oxlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,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
Comment on lines 1 to 7
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)

2 changes: 1 addition & 1 deletion packages/wbfy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@willbooster/oxfmt-config": "1.2.2",
"@willbooster/oxlint-config": "1.4.6",
"@willbooster/wb": "13.12.10",
"@willbooster/wb": "13.12.13",
"@yarnpkg/core": "4.6.0",
"build-ts": "17.1.10",
"lefthook": "2.1.5",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5991,7 +5991,7 @@ __metadata:
"@typescript/native-preview": "npm:7.0.0-dev.20260421.2"
"@willbooster/oxfmt-config": "npm:1.2.2"
"@willbooster/oxlint-config": "npm:1.4.6"
"@willbooster/wb": "npm:13.12.10"
"@willbooster/wb": "npm:13.12.13"
blitz: "npm:3.0.2"
build-ts: "npm:17.1.10"
oxfmt: "npm:0.47.0"
Expand All @@ -6012,7 +6012,7 @@ __metadata:
"@typescript/native-preview": "npm:7.0.0-dev.20260421.2"
"@willbooster/oxfmt-config": "npm:1.2.2"
"@willbooster/oxlint-config": "npm:1.4.6"
"@willbooster/wb": "npm:13.12.10"
"@willbooster/wb": "npm:13.12.13"
build-ts: "npm:17.1.10"
next: "npm:16.2.4"
oxfmt: "npm:0.47.0"
Expand Down Expand Up @@ -6046,7 +6046,7 @@ __metadata:
"@typescript/native-preview": "npm:7.0.0-dev.20260421.2"
"@willbooster/oxfmt-config": "npm:1.2.2"
"@willbooster/oxlint-config": "npm:1.4.6"
"@willbooster/wb": "npm:13.12.10"
"@willbooster/wb": "npm:13.12.13"
build-ts: "npm:17.1.10"
dotenv: "npm:17.4.2"
dotenv-expand: "npm:12.0.3"
Expand Down Expand Up @@ -6080,7 +6080,7 @@ __metadata:
"@typescript/native-preview": "npm:7.0.0-dev.20260421.2"
"@willbooster/oxfmt-config": "npm:1.2.2"
"@willbooster/oxlint-config": "npm:1.4.6"
"@willbooster/wb": "npm:13.12.10"
"@willbooster/wb": "npm:13.12.13"
babel-loader: "npm:10.1.1"
build-ts: "npm:17.1.10"
oxfmt: "npm:0.47.0"
Expand All @@ -6106,7 +6106,7 @@ __metadata:
"@typescript/native-preview": "npm:7.0.0-dev.20260421.2"
"@willbooster/oxfmt-config": "npm:1.2.2"
"@willbooster/oxlint-config": "npm:1.4.6"
"@willbooster/wb": "npm:13.12.10"
"@willbooster/wb": "npm:13.12.13"
build-ts: "npm:17.1.10"
oxfmt: "npm:0.47.0"
oxlint: "npm:1.62.0"
Expand All @@ -6116,9 +6116,9 @@ __metadata:
languageName: unknown
linkType: soft

"@willbooster/wb@npm:13.12.10":
version: 13.12.10
resolution: "@willbooster/wb@npm:13.12.10"
"@willbooster/wb@npm:13.12.13":
version: 13.12.13
resolution: "@willbooster/wb@npm:13.12.13"
dependencies:
chalk: "npm:5.6.2"
dotenv: "npm:17.4.2"
Expand All @@ -6130,7 +6130,7 @@ __metadata:
yargs: "npm:18.0.0"
bin:
wb: bin/index.js
checksum: 10c0/4eb226efe18f1e12938e63d46a02b45b81ccd94259fd2637e6c003d4941ee2cb2b19144299236dc9f7086e802b09b4fd355803a700f7d9fa9938474ada3d9849
checksum: 10c0/3819f93a041ded16ad95f7d655c60bd540cccb1e0d1b1f87240c37f10993e8225251a0cf69e0f553a2baaa0e62a06bfcc29f72e568af13fe8c9fff9acae24ded
languageName: node
linkType: hard

Expand Down Expand Up @@ -6187,7 +6187,7 @@ __metadata:
"@typescript/native-preview": "npm:7.0.0-dev.20260421.2"
"@willbooster/oxfmt-config": "npm:1.2.2"
"@willbooster/oxlint-config": "npm:1.4.6"
"@willbooster/wb": "npm:13.12.10"
"@willbooster/wb": "npm:13.12.13"
"@yarnpkg/core": "npm:4.6.0"
build-ts: "npm:17.1.10"
deepmerge: "npm:4.3.1"
Expand Down Expand Up @@ -20043,7 +20043,7 @@ __metadata:
"@typescript/native-preview": "npm:7.0.0-dev.20260421.2"
"@willbooster/oxfmt-config": "npm:1.2.2"
"@willbooster/oxlint-config": "npm:1.4.6"
"@willbooster/wb": "npm:13.12.10"
"@willbooster/wb": "npm:13.12.13"
conventional-changelog-conventionalcommits: "npm:9.3.1"
lefthook: "npm:2.1.5"
oxfmt: "npm:0.47.0"
Expand Down
Loading