Victorien Elvinger

Results 85 issues of Victorien Elvinger

## Summary Update the benchmark. Configurations are automatically found by eslint and biome by traversing parent directories. ## Test Plan

Hi! I am working on a project where every time we release, we create two release: one for cli release and the other for the lsp release. For example the...

Hi! I tried to use a rust crate that relies on pico-args using Alpine Linux (Musl-based distrib) and gcompat (glibc compatibility layer). I got the following error: `Message: removal index...

The core contributors are thrilled to [announce Biome](https://biomejs.dev/blog/annoucing-biome), the community successor of Rome! Please find the rationals of our decision of forking the project in the announcement blog post of...

### Environment information ```block CLI: Version: 12.1.3-nightly.50eb45f Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: ROME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: "v20.3.0" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "npm/8.19.2" Rome...

S-To triage

### What is the problem this feature would solve? A bun "global" can be imported in two ways: ```js // 1. using `import` import { sleep } from "bun" sleep(1)...

enhancement

## Proposal The goal of this proposal is to improve interoperability between _Flow_ and _TypeScript_. - [ ] Allow `export declare` as an alias of `declare export` - [x] Add...

discussion

Hi! ## Proposal Support the literal type `undefined` and distinguish `undefined` from `void`. The proposal may be divided into two proposals: 1. add `undefined` type (backward compatible) 2. make `void`...

discussion

### Summary wasm-bindgen 0.2.92 triggers the Clippy rule [mem_forget](https://rust-lang.github.io/rust-clippy/master/index.html#mem_forget). Is it expected? ```shell error: usage of `mem::forget` on `Drop` type --> crates/biome_wasm/src/lib.rs:24:1 | 24 | #[wasm_bindgen] | ^^^^^^^^^^^^^^^ | =...

question

## Summary Fix #58 This PR adds a new option `--rule` on the `biome lint` command. The option allows executing a given rule on a set of files. The configuration...

A-CLI
A-Project
A-Linter
A-Tooling
A-LSP
A-Changelog