-
### VS Code version
1.92.2
### Extension version
2.3.0
### Biome version
1.8.3
### Operating system
- [ ] Windows
- [X] macOS
- [ ] Linux
### Description
The Biome linter runs on projects wheā¦
-
### Overview
As a developer, we need to ensure our code adheres to quality standards and remains maintainable. For this issue, we will configure Prettier and ESLint for the frontend to enforce consisā¦
-
Error in typescript lint. the `definitions` field is imcompatible.
Is there any plan to support @types/json-schema in type ?
```
import type { JSONSchema7 } from "json-schema"
import { zodToJsonā¦
-
### Ticket Contents
### Description
The [AMRIT UI repos](https://github.com/orgs/PSMRI/repositories?q=-UI), part of the AMRIT (Accessible Medical Records via Integrated Technologies) initiative byā¦
-
### Environment information
```bash
ā biome rage --formatter
CLI:
Version: 1.9.4
Color support: true
Platform:
CPU Architecture: x86_64
ā¦
-
### Current Behavior
I'm getting migration errors while trying to upgrade to 20 from 19.8.4. It says that workspace is not up to date but I cannot figure out where is the error and how to get workspaā¦
-
The goal of this task is to:
- Add a new command `make prettier` that will reformat TS, JS, and JSON files in the Radius repository
- Add reformat check to the lint workflow to make sure that the coā¦
-
Version: Deno 1.46.3
We've been experimenting with Deno apps being a member of Yarn Workspace to work seamlessly with both Node.js and Deno apps.
So, basically we have root package.json:
```jā¦
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Are you using the latest Super-linter version available?
- [X] I am using the latest Super-linter version.
- [ā¦
-
## Bug report
There doesnāt seem to be a way to import a JSON module purely as type.
Minimum reproduction:
```ts
// error: Expected a JavaScript or TypeScript module, but identified a Json mā¦