Skip to content

Commit

Permalink
chore(biome): add evm libs to biome ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord committed Jun 12, 2024
1 parent 90b6d45 commit 4c6cb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"organizeImports": { "enabled": true },
"files": {
"ignore": ["**/dist"]
"ignore": ["packages/evm/lib/**/*", "**/dist"]
},
"linter": {
"enabled": true,
Expand Down Expand Up @@ -44,7 +44,7 @@
"useNamespaceKeyword": "error"
}
},
"ignore": []
"ignore": ["packages/evm/lib/**/*", "**/dist"]
},
"javascript": {
"formatter": {
Expand Down

0 comments on commit 4c6cb27

Please sign in to comment.