Skip to content

Commit

Permalink
Merge branch 'main' of github.com:morpho-org/sdks into feat/vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 8, 2024
2 parents 82e1a42 + fadb96c commit 4ed13d4
Show file tree
Hide file tree
Showing 25 changed files with 13,860 additions and 308 deletions.
12 changes: 10 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"ignore": ["lib", "dist", ".pnp.*", ".vscode", "package.json"]
"ignore": [
"lib",
"dist",
".pnp.*",
".vscode",
"package.json",
"packages/blue-sdk-ethers-liquidation/src/types/"
]
},
"formatter": {
"enabled": true,
Expand All @@ -17,7 +24,8 @@
"rules": {
"recommended": true,
"complexity": {
"noForEach": "off"
"noForEach": "off",
"noBannedTypes": "off"
},
"correctness": {
"noUnusedImports": "error",
Expand Down
Loading

0 comments on commit 4ed13d4

Please sign in to comment.