Tim Seckinger

Results 63 comments of Tim Seckinger

Correct, this feature request has still not been implemented, not even for a single file

Coming from https://github.com/rome/tools/pull/3767 where this has caused an oddity because the equivalent replacement for the prettier command `prettier --check x.js` is not `rome format x.js` but something like `rome ci...

I was so far thinking of `ci` as a convenience command to run all the typical checks (`check`, `format --check`) you'll want on CI all in one command

> some examples Number 1) and 2) would also be the case for `format --check`. 3) does not apply to it. If 4) should be the case for it, it...

Appreciate the much clearer naming than in Prettier :+1: (`semi`? Are we only formatting half the code? `no-semi`? But there are still some semicolons!) Since not printing semicolons increases the...

Related: Documenting usage with other repo management tools where formatting with Rome is already as easy as with Prettier: https://github.com/rome/tools/issues/3708

Gonna take some time to write this today Edit: Wow, always surprising how long writing good docs takes, esp. if you have to try out different package managers and monorepo...

Oh wow, Bazel rules for Rome, really cool

I'll leave the review to someone like @leops familiar with this code, but I'm surprised how simple this seems — I never got personally much involved with the symlinks topic...