Skip to content

Commit

Permalink
feat: allow unordered RawArgsObject usage for the calldata compilatio…
Browse files Browse the repository at this point in the history
…n utility

---------
Co-authored-by: Toni Tabak <[email protected]>
Co-authored-by: Petar Penovic <[email protected]>
  • Loading branch information
PhilippeR26 authored May 25, 2023
1 parent 380da18 commit 9d0cedf
Show file tree
Hide file tree
Showing 8 changed files with 23,026 additions and 6 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"import/prefer-default-export": 0,
"@typescript-eslint/naming-convention": 0,
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
"@typescript-eslint/no-use-before-define": ["error", "nofunc"],
"func-names": 0
}
}
Loading

0 comments on commit 9d0cedf

Please sign in to comment.