apheleia icon indicating copy to clipboard operation
apheleia copied to clipboard

Support for rome (https://rome.tools/)

Open TheKnarf opened this issue 2 years ago • 1 comments

It would be nice if a project have a rome.json config file that it could use rome to format the code. We recently switched in a project from using prettier to use rome instead.

We can run the rome formater manually by running yarn rome format . --write in the project. So I assume that this command needs to be run by aphelia instead of prettier.

TheKnarf avatar Feb 23 '23 19:02 TheKnarf

Sure. That seems fine to add as a separate formatter that you can enable instead of Prettier, if desired.

raxod502 avatar Feb 25 '23 18:02 raxod502