evex-dev / linejs

LINEJS is a JavaScript library for creating a LINE SelfBot.
https://linejs.evex.land
MIT License
55 stars 18 forks source link

chore: remove deno fmt #33

Closed nakasyou closed 2 months ago

nakasyou commented 2 months ago

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.

EdamAme-x commented 2 months ago

I did so because biome had a rule that was ignored, but it doesn't seem to be necessary anymore.