-
Notifications
You must be signed in to change notification settings - Fork 602
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
chore(lint): Migrate eslint config #2804
Conversation
BobrImperator
commented
Jul 7, 2024
- Migrates eslint config to the new syntax
- Unifies configs so they're defined only once and imported where needed
- Applies autofixes
- Turned off the 'no-prototype-builtins' rule.
0c4fcb5
to
6812ca3
Compare
6812ca3
to
85a53ee
Compare
Some tests with 'continue-on-error: true' have failed:
|
Some tests with 'continue-on-error: true' have failed:
Created by continue-on-error-comment |
@marcoow they were there in the original file, I don't think we'd like to address them here? This PR only addresses config migration and formatting that was somehow not applied for other files. |
ah I see |