* lint: patch some no-empty-function violations
* docs: update ESLint rules and remove unused loadOwner function in UserAccess component
* refactor: remove getRemoteFile function and associated method from budget file handlers
* chore: disable docstring checks in coderabbit configuration
* Add custom checks to CodeRabbit configuration
- Add settings check to evaluate new setting toggles against core design principles
- Add linting check to prevent oxlint-disable lines
- Add typecheck check to prevent @ts-strict-ignore in new components/utilities
* Add release notes for custom checks in CodeRabbit configuration
* Refactor custom checks in CodeRabbit configuration for clarity and consistency
- Consolidate custom checks under a single list format for better readability
- Maintain existing checks for settings, linting, and typecheck with unchanged instructions
* Update CodeRabbit configuration with review workflow and labeling
* Add release notes for PR #6582
* Update CodeRabbit configuration to change label descriptions to instructions and modify release notes category from Enhancements to Maintenance.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* lint: move actual eslint rules to oxlint and some eslint
* Update ESLint configuration to remove test file patterns from linting
* Add review status configuration to .coderabbit.yaml
* Remove oxlint plugin from ESLint configuration and package dependencies