From bc0c17048a293a9d31ae01cb39760629fd904253 Mon Sep 17 00:00:00 2001 From: NedcloarBR Date: Wed, 18 Dec 2024 18:37:34 -0300 Subject: [PATCH] chore: update biome --- biome.json | 2 +- package.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index ec30310..67bc394 100644 --- a/biome.json +++ b/biome.json @@ -1,4 +1,4 @@ { - "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "extends": ["@nedcloabr/biome-config/react", "@nedcloabr/biome-config/ignore"] } diff --git a/package.json b/package.json index e371161..f30cd98 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,9 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "format": "npx @biomejs/biome format --write ./", + "lint": "npx @biomejs/biome lint ./", + "check": "npx @biomejs/biome check ./" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.4",