Biome CLI v2.5.6
2.5.6 Patch Changes #11035 0e4b03b Thanks @ematipico! - Fixed a performance regression in noMisusedPromises that caused type inference to run repeatedly while linting a file. #11043 22ec076 Thanks @denbezrukov! - Fixed CSS formatting for multiline function arguments preceded by comments: .example { value: outer( 1, /* comment */ nested( - first, - second - ) + first, + second + ) ); } #11007 c9acb…