Skip to content

Commit

Permalink
feat: update mainnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Oct 22, 2024
1 parent 53d0b95 commit 1660135
Show file tree
Hide file tree
Showing 6 changed files with 479 additions and 5,536 deletions.
30 changes: 30 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": []
},
"formatter": {
"enabled": true,
"indentStyle": "tab"
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
}
}
Binary file added bun.lockb
Binary file not shown.
Loading

0 comments on commit 1660135

Please sign in to comment.