Replies: 2 comments 4 replies
-
Deno has its own linter (https://github.com/denoland/deno_lint) and uses multiple |
Beta Was this translation helpful? Give feedback.
-
I think it would be great to make the various built-in utilies (test, format, lint, etc) configurable to use different tools under the hood. Totally get that deno aims to be 0-config as much as possible, so it should absolutely still default to deno's version of these things. But it would be awesome if we could make Not sure there's a particular api that those tools would need to conform to in order for this to work, but if so, it might be worth specifying what that is to allow greater ecosystem interoperability. |
Beta Was this translation helpful? Give feedback.
-
Biome is a formatter and linter, the user can maintain one biome rule rather than eslint and prettier rules.
Biome is written in rust and should be easier to integrate with.
Beta Was this translation helpful? Give feedback.
All reactions