Bump biome (#603)

* bump biome schema

* apply safe fix
This commit is contained in:
Katsuyuki Karasawa
2025-08-21 17:36:42 +09:00
committed by GitHub
parent 8cee29694c
commit c84bc2fc6e
2 changed files with 62 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.0.0/schema.json",
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",

View File

@@ -6,7 +6,7 @@ import { definePlugin } from "@expressive-code/core";
export function pluginLanguageBadge() {
return definePlugin({
name: "Language Badge",
// @ts-ignore
// @ts-expect-error
baseStyles: ({ _cssVar }) => `
[data-language]::before {
position: absolute;