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": {