-
-
Notifications
You must be signed in to change notification settings - Fork 284
chore: upgrade eslint from v8 to v9 #804
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #804 +/- ##
==========================================
+ Coverage 90.55% 91.50% +0.94%
==========================================
Files 2 2
Lines 413 400 -13
Branches 120 111 -9
==========================================
- Hits 374 366 -8
+ Misses 38 33 -5
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
src/index.js
Outdated
| * @param {ObjectPattern & { context: string }} inputPattern | ||
| * @param {number} index | ||
| * @returns {Promise<Array<CopiedResult | undefined> | undefined>} | ||
| * @param {typeof import("tinyglobby").glob} globby // The globby function to use for globbing |
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.
Never use //, it is jsdocs you don't need it
This PR contains a:
Motivation / Use-Case
upgrade eslint from v8 to v9
Breaking Changes
No
Additional Info
No