-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proj: add prettier #1
Comments
So funny that we don't have it with so much config files =) But I am up to work on it with you! |
I don't have it because I personally have not used it. |
Tried Prettier and don't like it so far. import { createPluginCommand } from 'clibuilder'
export const scanCommand = createPluginCommand({
name: 'scan',
description: 'scan source files for strings to translate',
run() { },
}) Prettier wants |
@unional I know Deno use other styler. Let me check if I can find which one |
Hm can't find it. Only what I have found: https://deno.land/manual/tools/formatter |
Very likely Deno does use that default formatter. It's the same approach as in Go and Rust. It's good to be opinionated by the language is that way. :) |
Once we have some code, I would like to add
prettier
to the tool chain so that it will automatically format your code.The text was updated successfully, but these errors were encountered: