chore: switch to @tony.ganchev/eslint-plugin-header#641
chore: switch to @tony.ganchev/eslint-plugin-header#641tonyganchev wants to merge 1 commit intoar-io:developfrom
Conversation
This fork of eslint-plugin-header supports ESLint 9 without any hacks necessary to bypass schema validation. Furthermore it is continuously updated,, has many bug-fixes, particularly for Windows support, and comes with significant UX improvements such as more precise violation messages, line reports. etc. Notes: - The header configuration enforces 2025 as the two-year. I assume eventually the whole codebase will need to be updated for 2026. Instead, using regex matching, years can be configured to match a format - and still support autofix. - based on the above, if a single-line regex is used, you don't need to disable linting of src/lib/bundles.ts
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe pull request updates the ESLint header plugin dependency from the unscoped Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can customize the tone of the review comments and chat replies.Configure the |
This fork of eslint-plugin-header supports ESLint 9 without any hacks necessary to bypass schema validation.
Furthermore it is continuously updated,, has many bug-fixes, particularly for Windows support, and comes with significant UX improvements such as more precise violation messages, line reports. etc.
Notes: