scanner
scanner copied to clipboard
Add path-relative stylesheet import check (#144)
Summary
- detect stylesheet links and @import rules that use path-relative targets
- report a low severity issue listing the offending paths
- register the check and enable it in the Balanced passive preset
Testing
- pnpm lint
- pnpm typecheck
- pnpm test -- --match 'Path-relative stylesheet'
Closes #144