Victorien Elvinger

Results 85 issues of Victorien Elvinger

### Description See #2240 for more context. - [ ] Add `--write` and `--unsafe` option to lint/check CLI commands - `--write` indicates if (safe) code fixes should be applied -...

A-CLI
S-Feature

### Description Executing `biome lint --rule=` should only run the rule with name ``, otherwise it will throw an error. See [rome#4747](https://github.com/rome/tools/discussions/4747#discussioncomment-6597436) for more context. EDIT: `--rule=` should override the...

S-Help-wanted
A-CLI
A-Linter

### Environment information ```block CLI: Version: 1.7.3 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: "foot" JS_RUNTIME_VERSION: "v21.7.3" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "npm/10.5.2" Biome...

A-Linter
L-JavaScript
S-Bug-confirmed

### Description #2659 brought something to light for me: internal error reporting is uninformative for users and doesn't help them to understand the source of the issue or how to...

A-Project
S-Enhancement

### Description Implement [label-has-associated-control](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/label-has-associated-control.md). Want to contribute? Lets you know you are interested! We will assign you to the issue to prevent several people to work on the same issue....

S-Help-wanted
A-Linter
L-JavaScript

### Description See [rome#4747](https://github.com/rome/tools/discussions/4747#discussioncomment-6597400) for some context. `biome lint --summary` should print a summary which allows figuring out which rule raised diagnostics and how many. ``` $ biome lint --summary...

S-Help-wanted
A-CLI
A-Linter

## Summary Upgrade to Syn 2.x. This brings many breaking changes. This is a painful migration. For now, I still encounter some issue and as usual debugging macros is so...

A-Project

### Description Implement [role-supports-aria-props](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/role-supports-aria-props.md) Want to contribute? Lets you know you are interested! We will assign you to the issue to prevent several people to work on the same issue....

S-Help-wanted
A-Linter
L-JavaScript

### Description [prefer-tag-over-role](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/prefer-tag-over-role.md). Want to contribute? Lets you know you are interested! We will assign you to the issue to prevent several people to work on the same issue. Don't...

S-Help-wanted
A-Linter
L-JavaScript

## Summary Fix #2421 Biome relies on an internal fork of the [glob crate](https://crates.io/crates/glob). This crate converts relative glob patterns into recursive glob patterns. This means that `./file' is equivalent...

A-Project
A-Changelog