-
Notifications
You must be signed in to change notification settings - Fork 115
chore: fix eslint #370
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: fix eslint #370
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Caution Review failedThe pull request is closed. Walkthrough本次变更主要更新了 Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🪧 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #370 +/- ##
=======================================
Coverage 99.74% 99.74%
=======================================
Files 7 7
Lines 772 772
Branches 124 124
=======================================
Hits 770 770
Misses 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
🧹 Nitpick comments (1)
package.json (1)
60-61
: 新增 ESLint TypeScript 插件和解析器依赖的修改正确。
已在 devDependencies 中添加了@typescript-eslint/eslint-plugin
和@typescript-eslint/parser
,版本均为^5.59.7
,这符合提升 ESLint 对 TypeScript 支持的目的。请确保 ESLint 配置文件(例如.eslintrc
)中正确配置了这两项依赖,以便充分利用新增的解析能力。
Summary by CodeRabbit