Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
r-near committed Nov 23, 2024
1 parent 5509551 commit 549c56c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions evm/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
},
"files": {
"ignoreUnknown": false,
"ignore": [
"build",
"dist",
"cache",
"typechain-types"
]
"ignore": ["build", "dist", "cache", "typechain-types", "coverage"]
},
"formatter": {
"enabled": true,
Expand All @@ -35,4 +30,4 @@
"semicolons": "asNeeded"
}
}
}
}

0 comments on commit 549c56c

Please sign in to comment.