From f08483bddd0caef3c91772ed8acc0ea9dd5e1593 Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Tue, 1 Jul 2025 11:20:35 -0300 Subject: [PATCH] . --- Documentos/biome.json | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentos/biome.json b/Documentos/biome.json index 43b882e..7c9e297 100644 --- a/Documentos/biome.json +++ b/Documentos/biome.json @@ -36,8 +36,10 @@ "correctness": { "noEmptyPattern": "off", "noUnusedVariables": "error", - "noUnusedImports": "error", + "noUnusedImports": "off", "useExhaustiveDependencies":"off" + + }, "performance": { "noAccumulatingSpread": "off" diff --git a/package.json b/package.json index 92b4e09..0d92c62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-comuns", - "version": "0.113.0", + "version": "0.114.0", "description": "", "main": "dist/index.js", "scripts": {