Skip to content

Commit

Permalink
Merge pull request #111 from ethereum-attestation-service/eslint
Browse files Browse the repository at this point in the history
Upgrade to eslint 9
  • Loading branch information
lbeder authored Aug 8, 2024
2 parents 6a0c1f8 + ae1bb79 commit 330e559
Show file tree
Hide file tree
Showing 28 changed files with 863 additions and 1,969 deletions.
21 changes: 0 additions & 21 deletions .eslintrc

This file was deleted.

6 changes: 2 additions & 4 deletions dist/indexer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ export interface IndexerOptions {
export interface UIDOptions {
uid: string;
}
export interface IndexAttestationOptions extends UIDOptions {
}
export type IndexAttestationOptions = UIDOptions;
export interface IndexAttestationsOptions {
uids: string[];
}
export interface IsAttestationIndexedOptions extends UIDOptions {
}
export type IsAttestationIndexedOptions = UIDOptions;
export interface PaginationOptions {
start: bigint;
length: bigint;
Expand Down
4 changes: 3 additions & 1 deletion dist/offchain/delegated-proxy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/offchain/delegated-proxy.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions dist/offchain/delegated.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 330e559

Please sign in to comment.