mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore(cli): update biome to v2.2.0
This commit is contained in:
5
.changeset/yellow-rockets-serve.md
Normal file
5
.changeset/yellow-rockets-serve.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-better-t-stack": patch
|
||||
---
|
||||
|
||||
update biome to v2.2.0
|
||||
@@ -55,7 +55,7 @@ export const dependencyVersionMap = {
|
||||
|
||||
"@tauri-apps/cli": "^2.4.0",
|
||||
|
||||
"@biomejs/biome": "^2.1.2",
|
||||
"@biomejs/biome": "^2.2.0",
|
||||
oxlint: "^1.8.0",
|
||||
ultracite: "5.1.1",
|
||||
|
||||
@@ -135,7 +135,7 @@ export const ADDON_COMPATIBILITY: Record<Addons, readonly Frontend[]> = {
|
||||
turborepo: [],
|
||||
starlight: [],
|
||||
ultracite: [],
|
||||
"ruler": [],
|
||||
ruler: [],
|
||||
oxlint: [],
|
||||
fumadocs: [],
|
||||
none: [],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
|
||||
"vcs": {
|
||||
"enabled": false,
|
||||
"clientKind": "git",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
|
||||
"files": {
|
||||
"ignoreUnknown": false,
|
||||
"includes": [
|
||||
|
||||
Reference in New Issue
Block a user