-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: link to internal eslint plugin #462
Conversation
WalkthroughThis update involves adjusting the project's dependency management by changing the reference for Changes
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Bundle Size (components)
Overall bundle size: 80.24 KB (-1 B 0.00%) Bundle Size (form components)
Overall bundle size: 49.22 KB (+2 B 0.00%) Bundle Size (system)
Overall bundle size: 53.48 KB (+1 B 0.00%) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review Status
Configuration used: .coderabbit.yaml
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
20-20
: The change to reference@versini/eslint-plugin-client
as a workspace dependency is a good practice for monorepo setups, ensuring easier management and updates of the ESLint plugin.Ensure that the path
./packages/eslint-plugin-client
correctly points to the ESLint plugin within the workspace. Additionally, verify that all linting scripts and configurations are updated to reflect this change.
Summary by CodeRabbit