-
Notifications
You must be signed in to change notification settings - Fork 21
chore(javascript): use oxlint #3895
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
✔️ Code generated!
📊 Benchmark resultsBenchmarks performed on the method using a mock server, the results might not reflect the real-world performance.
|
c68ea9c
to
e5d226e
Compare
e5d226e
to
8444131
Compare
ahah I tried it too last week, turns out its not a formatter and doesn't remove white spaces or any stylistic fixes (https://oxc.rs/docs/guide/usage/linter#language-support), so not ideal for generated code |
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.
can you format the playground too pls ? I think there is a bunch of changes
1841197
to
262ad89
Compare
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.
lezzzgo, bye bye eslint u 2 slow
Co-authored-by: Clément Vannicatte <[email protected]>
algolia/api-clients-automation#3895 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
🧭 What and Why
🎟 JIRA Ticket: https://algolia.atlassian.net/browse/DI-3035
Changes included:
trying out oxlint instead of oslint, performance improvements on the ci are considerable, the output changes but nothing crazy, mostly syntactic sugar
let's discuss it