From ab7556906a3267af778249408bdd1d38b84e526e Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Fri, 19 Jul 2024 10:52:22 -0300 Subject: [PATCH] . --- Documentos/biome.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentos/biome.json b/Documentos/biome.json index 4172ca1..bd037d6 100644 --- a/Documentos/biome.json +++ b/Documentos/biome.json @@ -20,7 +20,8 @@ "noBannedTypes": "off", "noForEach": "off", "useLiteralKeys": "off", - "noUselessConstructor": "off" + "noUselessConstructor": "off", + "useArrowFunction": "off" }, "correctness": { "noEmptyPattern": "off", diff --git a/package.json b/package.json index 078fb3d..53e6fe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-comuns", - "version": "0.39.0", + "version": "0.40.0", "description": "", "main": "dist/index.js", "scripts": {