contributing.md says you need a global install of Biome:
|
### Requirements |
|
|
|
Ensure you have the following tools installed. We maintain a single toolchain, so alternatives will not be accepted. |
|
|
|
* **Package Manager:** [pnpm](https://pnpm.io) |
|
* **Runtime:** [Node.js](https://nodejs.org) |
|
* **Linter and Formatter:** [Biome](https://biomejs.dev) |
But it is included in devDependencies:
|
"@biomejs/biome": "2.3.10", |
I don't have it installed globally, and I don't believe this is necessary?
contributing.mdsays you need a global install of Biome:plugins/contributing.md
Lines 15 to 21 in 6242e98
But it is included in
devDependencies:plugins/package.json
Line 22 in 6242e98
I don't have it installed globally, and I don't believe this is necessary?