-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
fix(lint): remove deprecated eslint rule #10664
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Size Change: -7 B (0%) Total Size: 9.62 MB
ℹ️ View Unchanged
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #10664 +/- ##
=======================================
Coverage 28.98% 28.98%
=======================================
Files 458 458
Lines 13615 13615
Branches 3187 3187
=======================================
Hits 3946 3946
Misses 8993 8993
Partials 676 676
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
fix(lint): remove deprecated eslint rule (umijs#10664)
移除已经废弃的 eslint 规则,否则项目执行会提示规则找不到
Breaking change from eslint-plugin-jest: https://github.com/jest-community/eslint-plugin-jest/releases/tag/v27.0.0
Ref: #10609