-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
chore: add typescript-eslint/require-await rule #9116
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
Conversation
Co-authored-by: MINSEONG KIM <[email protected]>
Co-authored-by: MINSEONG KIM <[email protected]>
…undant require-await rule
View your CI Pipeline Execution ↗ for commit 982e271.
☁️ Nx Cloud last updated this comment at |
@@ -9,6 +8,7 @@ export default [ | |||
rules: { | |||
'cspell/spellchecker': 'off', | |||
'@typescript-eslint/no-unnecessary-condition': 'off', | |||
'@typescript-eslint/require-await': 'off', |
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.
@minseong0324 I'm going to treat it like this now.
We can apply @typescript-eslint/require-await rule as error to the rest by turning off the this rule only for @tanstack/query-codemods
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9116 +/- ##
=======================================
Coverage 44.55% 44.55%
=======================================
Files 207 207
Lines 8159 8159
Branches 1829 1829
=======================================
Hits 3635 3635
Misses 4081 4081
Partials 443 443 🚀 New features to boost your workflow:
|
Co-authored-by: MINSEONG KIM <[email protected]>
No description provided.