diff --git a/Documentos/biome.json b/Documentos/biome.json index 0691b52..4172ca1 100644 --- a/Documentos/biome.json +++ b/Documentos/biome.json @@ -19,7 +19,8 @@ "complexity": { "noBannedTypes": "off", "noForEach": "off", - "useLiteralKeys": "off" + "useLiteralKeys": "off", + "noUselessConstructor": "off" }, "correctness": { "noEmptyPattern": "off", @@ -46,4 +47,4 @@ "attributePosition": "multiline" } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 6a4003b..078fb3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-comuns", - "version": "0.38.0", + "version": "0.39.0", "description": "", "main": "dist/index.js", "scripts": {