-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Upgrade ESLint #332
Upgrade ESLint #332
Conversation
d6af6a7
to
f6ff8b7
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@stylistic/[email protected], npm/[email protected] |
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.
This looks quite good! 🙌
Do you know how much work it would be to get rid of the remaining stylistic changes? I don't want you to put even more work into wrangling @stylistic/*
, but maybe there are some low-hanging fruit?
I think we have adapted the rules quite well to this project and your reasonable preferences. But I understand the desire to define as few exceptions as possible. I see three options:
I would be open to all three (or you see another another one). But I would prefer to complete this PR so we can check the upgrade to ESLint 9 🙂 Then I could create pull requests for option 2 and 3 with manageable effort to see what the changes would look like if we don't define exceptions. |
Oh, I got you wrong! But now I got it. Yes, I think by disabling or adapting one or two rules, we can get rid of these stylistic changes. I will soon see into it. |
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.
I think this is ready to merge, except that package-lock.json
is still checked in (I'd like to keep it out).
f3811d9
to
fbbba03
Compare
Just removed it. I reset my branch for that and used this chance to fix typos in my commit messages 😅 |
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.
Thanks! I have slightly renamed your commits.
Should I rather outsource the adjustments to the workflows to an extra PR?