suggestion: add config flag to deno lint and deno fmt #8778
DjDeveloperr
started this conversation in
Ideas
Replies: 2 comments 6 replies
-
What exactly do you want to configure? |
Beta Was this translation helpful? Give feedback.
6 replies
-
This is resolved as of Deno v1.14 https://deno.com/blog/v1.14#customization-options-for-deno-lint-and-deno-fmt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
EDIT: It was added in v1.14 🎉
Hi!
I was reading through #dev-lint (Discord Channel) conversation. This is about adding config flag to
deno lint
anddeno fmt
.Honestly having a config isn't bad, actually our deno project still depends on Node. Why? we're using eslint because deno lint cannot be configured the way we want. We have to use prettier because deno fmt cannot be configured and the default style is not what we want it to be.
In my opinion, it would have been way straightforward if
deno lint
anddeno fmt
supported config - no need to use external tooling, deno ships with it.I read through #3827 too, nothing reasonable I could find.
I'm not able to understand the reason for not adding config. It's just optional, use it if you want, not otherwise..
P.S: Its just a suggestion, I don't want to bring up any argument or something.
Beta Was this translation helpful? Give feedback.
All reactions