Skip to content

Commit d9c5dad

Browse files
antonisclaude
andcommitted
fix: Add oxlint to root devDependencies for workspace resolution
Sample apps reference `npx oxlint` but oxlint was only installed in packages/core. With yarn PnP, the binary isn't available to sibling workspaces. Adding it to root devDependencies makes it available to all workspaces. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1005db9 commit d9c5dad

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"google-java-format": "^1.4.0",
3535
"lerna": "^8.1.8",
3636
"npm-run-all2": "^6.2.2",
37+
"oxlint": "^1.56.0",
3738
"pmd-bin": "^2.5.0",
3839
"prettier": "^2.0.5",
3940
"react-native-version": "^4.0.0",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29401,6 +29401,7 @@ __metadata:
2940129401
google-java-format: ^1.4.0
2940229402
lerna: ^8.1.8
2940329403
npm-run-all2: ^6.2.2
29404+
oxlint: ^1.56.0
2940429405
pmd-bin: ^2.5.0
2940529406
prettier: ^2.0.5
2940629407
react-native-version: ^4.0.0

0 commit comments

Comments
 (0)