Skip to content

Commit

Permalink
chore(biome): update ignored files to prevent unnecessary lint/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord committed Sep 20, 2024
1 parent 15f71e8 commit 2d645c4
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
"formatter": {
"ignore": [
"packages/evm/lib/**/*",
"packages/evm/artifacts/**/*",
"**/dist"
"packages/evm/lib",
"packages/evm/artifacts",
"packages/evm/out",
"packages/evm/cache",
"packages/evm/cache_forge",
"dist",
".next",
".turbo"
],
"enabled": true,
"formatWithErrors": false,
Expand All @@ -17,9 +22,14 @@
"organizeImports": { "enabled": true },
"files": {
"ignore": [
"packages/evm/lib/**/*",
"packages/evm/artifacts/**/*",
"**/dist"
"packages/evm/lib",
"packages/evm/artifacts",
"packages/evm/out",
"packages/evm/cache",
"packages/evm/cache_forge",
"dist",
".next",
".turbo"
]
},
"linter": {
Expand Down Expand Up @@ -54,9 +64,14 @@
}
},
"ignore": [
"packages/evm/lib/**/*",
"packages/evm/artifacts/**/*",
"**/dist"
"packages/evm/lib",
"packages/evm/artifacts",
"packages/evm/out",
"packages/evm/cache",
"packages/evm/cache_forge",
"dist",
".next",
".turbo"
]
},
"javascript": {
Expand Down

0 comments on commit 2d645c4

Please sign in to comment.