In deno task format, biome calls after deno fmt calls. So codes formatted by deno are overrides. by biome. Therefore deno fmt is meaningless and you should remove it because it makes performance bottleneck.
Checklist
[ ] Run tests (optional)
[ ] Add jsdoc (optional)
[x] Test in your environment (optional)
If you feel good :), please do the contents of the checklist.
Description
In
deno task format
, biome calls after deno fmt calls. So codes formatted by deno are overrides. by biome. Therefore deno fmt is meaningless and you should remove it because it makes performance bottleneck.Checklist
If you feel good :), please do the contents of the checklist.