-
-
Notifications
You must be signed in to change notification settings - Fork 4k
refactor: using eslint-config-neon on mainlib #10876
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
packages/discord.js/src/client/websocket/handlers/THREAD_LIST_SYNC.js
Outdated
Show resolved
Hide resolved
packages/discord.js/src/managers/ApplicationCommandPermissionsManager.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Almeida <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10876 +/- ##
=======================================
Coverage 42.69% 42.69%
=======================================
Files 262 262
Lines 16099 16099
Branches 1548 1548
=======================================
Hits 6874 6874
Misses 9213 9213
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Jiralite <[email protected]>
Co-authored-by: Jiralite <[email protected]>
This file can be removed now |
Please describe the changes this PR makes and why it should be merged:
Removes the old-style
.eslintrc.json
and the custom configuration for mainlibdiscord.js
to instead use the globaleslint.config.js
usingeslint-config-neon
style with only few of our customizations.This is semver minor because it moved the anonymousThe export of all methods offindName
function to the namedfindName()
inUtil.js
and we export all methods from that file.Util.js
has been changed to only export a handpicked selection now, so no longer semver minor.Status and versioning classification: