github biomejs/biome cli/v1.6.3
CLI v1.6.3

Analyzer

CLI

Bug fixes

  • Fix configuration resolution. Biome is now able to correctly find the biome.jsonc configuration file when --config-path is explicitly set (#2164). Contributed by @Sec-ant

  • JavaScript/TypeScript files of different variants (.ts, .js, .tsx, .jsx) in a single workspace now have stable formatting behaviors when running the CLI command in paths of different nested levels or in different operating systems (#2080, #2109). Contributed by @Sec-ant

Configuration

Bug fixes

  • Complete the documentation and overrides support for options formatter.lineEnding, [language].formatter.lineEnding, formatter.attributePosition and javascript.formatter.attributePosition. Contributed by @Sec-ant

Editors

Formatter

Bug fixes

  • Fix #2172 by breaking long object destructuring patterns. Contributed by @ah-yu

JavaScript APIs

Linter

New features

LSP

Bug fixes

  • Quickfix action no longer autofixes lint rule errors on save when linter is disabled (#2161). Contributed by @Sec-ant
  • Range formatting for Astro/Svelte/Vue doesn't place code out of place, especially when formatting on paste is enabled. Contributed by @ematipico

Parser

What's Changed

Other changes

New Contributors

Full Changelog: cli/v1.6.2...cli/v1.6.3

Don't miss a new biome release

NewReleases is sending notifications on new releases.