Skip to content
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(*): migrate eslint to v9 #116

Merged
merged 8 commits into from
Oct 12, 2024
Merged

Conversation

j10ccc
Copy link
Collaborator

@j10ccc j10ccc commented Oct 10, 2024

No description provided.

@j10ccc j10ccc force-pushed the chore/eslint-migrate branch from 270a177 to 481f950 Compare October 10, 2024 09:13
@j10ccc j10ccc force-pushed the chore/eslint-migrate branch from 481f950 to a9c2c22 Compare October 10, 2024 09:14
@j10ccc j10ccc changed the title chore(eslint): migrate eslint to v9 chore(*): migrate eslint to v9 Oct 11, 2024
@j10ccc j10ccc marked this pull request as ready for review October 11, 2024 13:05
@j10ccc j10ccc requested a review from xixiIBN5100 October 11, 2024 13:05
@j10ccc j10ccc marked this pull request as draft October 11, 2024 14:09
@j10ccc j10ccc marked this pull request as ready for review October 12, 2024 01:56
@@ -16,7 +16,7 @@ export const HomeCardServiceStore = {
},
removeHomeCardItem(state: HomeCardServiceType, value: HomeCardName) {
const toDelete = state.selected.findIndex(item => item === value);
toDelete !== -1 && state.selected.splice(toDelete, 1);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

逻辑改写错误

@j10ccc j10ccc merged commit 901bd0d into zjutjh:master Oct 12, 2024
1 check passed
@j10ccc j10ccc deleted the chore/eslint-migrate branch October 12, 2024 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants