aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
319 stars 47 forks source link

[Task] Allow Prettier and ESLint to cover everything #327

Closed kmcginnes closed 5 months ago

kmcginnes commented 5 months ago

Description

Allow Prettier and ESLint to check as much code as possible.

Additional Context

We are currently ignoring:

Related Issues

Originally part of #303.

Tasks


[!IMPORTANT] If you are interested in working on this issue or have submitted a pull request, please leave a comment.

[!TIP] Please use a 👍 reaction to provide a +1/vote.

This helps the community and maintainers prioritize this request.

kmcginnes commented 5 months ago

Probably best to tackle this in two PRs.

  1. Prettier formatting where no logic should change
  2. ESLint fixes, where logic may need to change and review should be more careful