-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
ci(*): init ESLint configurations to include 'vitest/expect-expect' rule as error across multiple packages gradually #9104
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
ci(*): init ESLint configurations to include 'vitest/expect-expect' rule as error across multiple packages gradually #9104
Conversation
…' rule as error across multiple packages gradually
View your CI Pipeline Execution ↗ for commit 7018138.
☁️ Nx Cloud last updated this comment at |
rules: { | ||
...vitest.configs.recommended.rules, | ||
'vitest/expect-expect': 'warn', | ||
}, |
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.
Initiate eslint vitest/expect-expect
as error for all package
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9104 +/- ##
=======================================
Coverage 44.50% 44.50%
=======================================
Files 204 204
Lines 8150 8150
Branches 1819 1827 +8
=======================================
Hits 3627 3627
Misses 4080 4080
Partials 443 443 🚀 New features to boost your workflow:
|
No description provided.