Closed sandoche closed 1 month ago
The changes involve updates to the .eslintrc.json
, .husky/pre-commit
, and package.json
files. New linting rules have been added to improve code quality, including rules for import ordering and unused variables. The pre-commit hook now includes a type-checking command, and new scripts and dependencies related to ESLint and TypeScript have been introduced in package.json
.
File(s) | Change Summary |
---|---|
.eslintrc.json | Added rules object with new linting rules for import order, unused variables, and magic numbers. |
.husky/pre-commit | Modified pre-commit hook to include pnpm typecheck command for type checking. |
package.json | Added new script for TypeScript type checking and several new ESLint plugin dependencies. |
In the meadow, I hop with glee,
New rules and scripts, oh what a spree!
Type checks and linting, all in a row,
Clean code is the way, as we all know!
With each little change, we dance and play,
Hooray for the code, hip-hip-hooray! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Improvements