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