Skip to content

Commit

Permalink
Merge branch 'master' into fix/sepolia-conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
leoslr committed Dec 18, 2023
2 parents 4399d9d + 08dd85b commit dec811e
Show file tree
Hide file tree
Showing 102 changed files with 132,043 additions and 162,857 deletions.
10 changes: 9 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
"printWidth": 100,
"overrides": [
{
"files": ".yarn/releases/*.cjs",
"options": {
"rangeEnd": 0
}
}
]
}
Loading

0 comments on commit dec811e

Please sign in to comment.