You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add validation script to detect dependency misconfigurations:
- Bundled packages should be in devDependencies
- External packages should be in dependencies/peerDependencies
- Filters subpath imports and code fragments
Integrated into scripts/check.mjs for CI validation.
0 commit comments