Commit 51c36bc
Add knip configuration for node-renderer package
The knip linter was reporting react-on-rails-pro as an unused dependency
in the node-renderer package. While it's not directly imported in source
files, it's a runtime dependency needed for the package to function.
Changes:
- Added packages/react-on-rails-pro-node-renderer workspace to knip.ts
- Configured entry points (index.ts, server.ts)
- Added ignoreDependencies for:
* react-on-rails-pro (runtime dependency)
* @honeybadger-io/js (dev/test dependency)
- Ignored lib/** (build output) and tests/fixtures/**
This resolves the "Unused dependencies" error in CI linting step.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent a7043fa commit 51c36bc
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
68 | 87 | | |
69 | 88 | | |
70 | 89 | | |
| |||
0 commit comments