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

12 months ago

Editors

Bug fixes

  • Fixed a case where an empty JSON file would cause the LSP server to crash.

Linter

Enhancements

  • useNamingConvention now accepts import namespaces in PascalCase and rejects export namespaces in CONSTANT_CASE.

    The following code is now valid:

    import * as React from "react";

    And the following code is now invalid:

    export * as MY_NAMESPACE from "./lib.js";

What's Changed

Full Changelog: cli/v1.1.1...cli/v1.1.2

Don't miss a new biome release

NewReleases is sending notifications on new releases.