CLI v1.1.2
github-actions
released this
07 Sep 19:22
·
2487 commits
to main
since this release
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
- refactor(lint/useNamingConvention): allow import namespace in PascalCase by @Conaclos in #174
- ci: install taplo binary by @ematipico in #181
- chore: rename rome_css_* to biome_css__* by @nissy-dev in #183
- release: 1.1.2 by @ematipico in #186
Full Changelog: cli/v1.1.1...cli/v1.1.2