Nicolas Stepien

Results 44 issues of Nicolas Stepien

### Description Since Rome 12.1.0, Rome started enforcing the same quote style on JSX prop strings. This breaks parity with prettier: with `"singleQuote": true` prettier would still format JSX strings...

Help wanted
task
A-Formatter
I-Normal

### Environment information ```block CLI: Version: 1.4.0 Color support: true Platform: CPU Architecture: x86_64 OS: windows Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: unset JS_RUNTIME_VERSION: "v21.2.0" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "npm/10.2.4" Biome...

A-Formatter
L-JSON

### Description I don't know if such a lint rule exists in other tools, but this is an issue I've ran into a few times before. Basically, I'd like to...

S-Help-wanted
A-Linter
L-JavaScript

# Bug report ## Description / Observed Behavior Having both a request without suspense, and a request with suspense, the request without suspense will not start until the other one...

# Bug report ## Description / Observed Behavior ```ts const { data } = useSWR( condition ? null : 'url', { suspense: true } ); ``` Since [email protected] with the...

area: typing

### Describe the bug I want tests to run in random order, and I also want slower test suites to run first and quicker test suites to run last, but...

pr welcome
p2-nice-to-have

https://github.com/oven-sh/setup-bun

Yo, I think this package has interesting original rules, but it's packed together with a lot of other eslint plugins which I either have no use for in my projects...

In Biome 1.5.1, `useConsistentArrayType` was moved back to the `nursery` group, which made the Biome cli complain about it, and is how I discovered this issue. While the cli doesn't...

S-Enhancement

https://react.dev/blog/2024/04/25/react-19 https://react.dev/blog/2024/04/25/react-19-upgrade-guide TODO: - [ ] remove `overrides` in `package.json` - [ ] update repo CI settings