Micha Reiser
Micha Reiser
> Probably the last prettier incompatibility I'll find, seems very very minor though: [playground](https://docs.rome.tools/playground/?indentStyle=space&trailingComma=none&code=ZgB1AG4AYwB0AGkAbwBuACAAQwBvAG0AcABvAG4AZQBuAHQAKAApACAAewAKACAAIAByAGUAdAB1AHIAbgAgACgACgAgACAAIAAgADwAPgAKACAAIAAgACAAIAAgADwAcwBwAGEAbgA%2BAHQAZQB4AHQAPAAvAHMAcABhAG4APgAuADwAYgByACAALwA%2BAAoAIAAgACAAIAA8AC8APgAKACAAIAApADsACgB9AAoA) That might be a tough one. Prettier has some special handling for single character texts that...
> I'll be honest, I think we should actually deprecate this rule and eventually remove it. The rule was created to cover some niche use cases, but it seems to...
!bench_analyzer
Very well done. Thank you for implementing this surprisingly complicated rule!
Thanks for the repro. That was super helpful. The code doesn't get formatted any differently as it already matches the expected formatting. You can change the file content to ```...
@leops is exploring a way to allow users to specify the fixes they want to apply in their VS Code configuration. We'll see how it goes but this is something...
> ### Analyzer Benchmark Results > > ``` > group main pr > ----- ---- -- > analyzer/css.js 1.03 2.8±0.06ms 4.1 MB/sec 1.00 2.7±0.13ms 4.3 MB/sec > analyzer/index.js 1.06 8.1±0.33ms...
And there are [now errors that Rome detects in the playground](https://github.com/rome/tools/actions/runs/3493437888/jobs/5848268626) because of your fixes :D Awesome job
Thank you!