Skip to content

Commit

Permalink
perf: added dist in ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Didenko committed Apr 12, 2024
1 parent f6a41cc commit f5a49f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"rules": {
"recommended": true
},
"ignore": ["./.nx", "node_modules/"]
"ignore": ["./.nx", "node_modules/", "dist/"]
},
"formatter": {
"indentStyle": "space",
Expand Down

0 comments on commit f5a49f2

Please sign in to comment.