Victorien Elvinger
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 -...
### 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...
### 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...
### 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...
### 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....
### 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...
## 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...
### 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....
### 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...
## 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...