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

Add no-array-index-key eslint rule #1017

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Add no-array-index-key eslint rule #1017

merged 1 commit into from
Jun 25, 2024

Conversation

marshall2112
Copy link
Collaborator

@marshall2112 marshall2112 commented May 14, 2024

Description

This PR adds the no-array-index-key lint rule, closing the last of the items in #904.

There are a couple places I added eslint-disable-next-line react/no-array-index-key because I didn't think it was worth it to try to implement some convoluted key based on the existing data (e.g. rows of metrics). Happy to change if the reviewer think it's worth it.

Checklist

  • Code follows the style guide
  • I have performed a self-review of my own code
  • New and existing tests pass locally
  • This PR is targeting the correct branch

@github-actions github-actions bot added the dapp dapp related issues/PRs label May 14, 2024
@marshall2112 marshall2112 force-pushed the no-array-index-key branch 4 times, most recently from 26960f3 to 40dc3a8 Compare June 17, 2024 18:06
@marshall2112 marshall2112 marked this pull request as ready for review June 17, 2024 18:06
@marshall2112 marshall2112 requested a review from a team as a code owner June 17, 2024 18:06
@marshall2112 marshall2112 added the preview-deploy PRs tagged with this will get a preview deployment label Jun 18, 2024
@TempleDAO TempleDAO deleted a comment from nichosystem Jun 18, 2024
@marshall2112
Copy link
Collaborator Author

Deploy preview for core ready!

✅ Preview
https://core-q67l6kkfa-templedao.vercel.app
https://pr-1017-preview.templedao.link

Built with commit 4c1222c.
This pull request is being automatically deployed with vercel-action

@marshall2112 marshall2112 merged commit 3902601 into stage Jun 25, 2024
4 checks passed
@marshall2112 marshall2112 deleted the no-array-index-key branch June 25, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dapp dapp related issues/PRs preview-deploy PRs tagged with this will get a preview deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants