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

Fix #867 ESLint Config #918

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

Rodhlann
Copy link
Contributor

@Rodhlann Rodhlann commented Dec 1, 2024

Reworks eslint config to remove existing errors, and eslint ignore blocks

PR fixes #867

Changes

  • rework eslint config
  • fix any existing errors
  • remove eslint ignore blocks and resolve related issues
  • added TODOs for unused variables to confirm if they should be kept

Notes

  • My editor is configured to auto-fix style issues on save, let me know if that's obnoxious (there's a lot of spacing / formatting updates in here because of that)
  • When running mvn clean install eslint errors are still being reported, it seems that when react-app-rewired is being temporarily installed during the install it's using its own eslint config that doesn't match what we have here. I am unfamiliar with that package and am not sure how to overwrite it to use our own, but am open to any ideas there!

Copy link
Member

@TanyaStere42 TanyaStere42 left a comment

Choose a reason for hiding this comment

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

Everything looks good to me, want a double check from @erinz2020 about package-lock.json but should be good to merge after that

@erinz2020
Copy link
Contributor

package-lock.json looks good to me

@TanyaStere42 TanyaStere42 merged commit 29ddda1 into WildMeOrg:main Dec 2, 2024
Rodhlann pushed a commit to Rodhlann/Wildbook that referenced this pull request Dec 6, 2024
@Rodhlann Rodhlann deleted the 867_LINTING_2 branch December 6, 2024 01:05
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.

linter to take into account node.js
3 participants