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

Improves linting for project #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonathansampson
Copy link
Collaborator

In a couple places minor code changes were also made so as to adhere to new linting rules. Tests have been conducted and transparency.json is confirmed to have maintain its shape.

In a couple places minor code changes were also made so as to adhere to new linting rules. Tests have been conducted and transparency.json is confirmed to have maintain its shape.
@jonathansampson jonathansampson added the dependencies Pull requests that update a dependency file label Aug 10, 2024
@jonathansampson jonathansampson self-assigned this Aug 10, 2024
Copy link

@AlanBreck AlanBreck left a comment

Choose a reason for hiding this comment

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

A nit and a question...

@@ -25,7 +23,7 @@ export async function getCreatorGrowth() {
/**
* Make sure records are in chronological order so that
* when we iterate, the most recent data is always last.
*/
* */

Choose a reason for hiding this comment

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

nit:

Suggested change
* */
*/

Choose a reason for hiding this comment

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

I may not be reading this carefully enough, but the changes in this file seem to be beyond linting, as it modifies the flow (by moving code within the if (trades.length > 0) condition).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants